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.
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)
INeuralDataSet Interface | Encog.Neural.NeuralData Namespace