outputSize property

int outputSize

Size of the output layer (number of output neurons).

Implementation

int get outputSize => outputLayer.length;