Documentation For Encog 2.x

BasicNeuralDataSet Properties

The properties of the BasicNeuralDataSet class are listed below. For a complete list of BasicNeuralDataSet class members, see the BasicNeuralDataSet Members topic.

Public Instance Properties

Data Access to the list of data items.
Description The description of this object.
IdealSize Get the ideal size, or zero for unsupervised.
InputSize Get the input size.
IsSupervised Determine if the dataset is supervised. It is assumed that all pairs are either supervised or not. So we can determine the entire set by looking at the first item. If the set is empty then return false, or unsupervised.
Name The name of this object.

See Also

BasicNeuralDataSet Class | Encog.Neural.Data.Basic Namespace