The methods of the INeuralDataSet interface are listed below. For a complete list of INeuralDataSet interface members, see the INeuralDataSet Members topic.
Add | Overloaded. 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. |
Close | Close this datasource and release any resources obtained by it, including any iterators created. |
GetEnumerator | Get an enumerator to access the data. |
INeuralDataSet Interface | Encog.Neural.NeuralData Namespace