Documentation For Encog 2.x

BasicNetwork.CalculateError Method

Calculate the error for this neural network. The error is calculated using root-mean-square(RMS).

public double CalculateError(
   INeuralDataSet data
);

Parameters

data
The training set.

Return Value

The error percentage.

Implements

INetwork.CalculateError

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace