Documentation For Encog 2.x

BasicNetwork.CheckInputSize Method

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

public void CheckInputSize(
   INeuralData input
);

Parameters

input
The input data.

Implements

INetwork.CheckInputSize

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace