Documentation For Encog 2.x

INetwork.CheckInputSize Method

Check that the input size is acceptable, if it does not match the input layer, then throw an error.

void CheckInputSize(
   INeuralData input
);

Parameters

input
The input data.

See Also

INetwork Interface | Encog.Neural.Networks Namespace