Documentation For Encog 2.x

INeuralDataSet.Add Method

Add a NeuralData object to the dataset. This is used with unsupervised training, as no ideal output is provided. Note: not all implemenations support the add methods.

Overload List

Add a NeuralData object to the dataset. This is used with unsupervised training, as no ideal output is provided. Note: not all implemenations support the add methods.

void Add(INeuralData)

Add a set of input and ideal data to the dataset. This is used with supervised training, as ideal output is provided. Note: not all implementations support the add methods.

void Add(INeuralData,INeuralData)

Add a NeuralData object to the dataset. This is used with unsupervised training, as no ideal output is provided. Note: not all implementations support the add methods.

void Add(INeuralDataPair)

See Also

INeuralDataSet Interface | Encog.Neural.NeuralData Namespace