Documentation For Encog 2.x

ImageNeuralDataSet Properties

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

Public Instance Properties

Data (inherited from BasicNeuralDataSet) Access to the list of data items.
Description (inherited from BasicNeuralDataSet) The description of this object.
Height The height of this image.
IdealSize (inherited from BasicNeuralDataSet) Get the ideal size, or zero for unsupervised.
InputSize (inherited from BasicNeuralDataSet) Get the input size.
IsSupervised (inherited from BasicNeuralDataSet) 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 (inherited from BasicNeuralDataSet) The name of this object.
Width The width of this image.

See Also

ImageNeuralDataSet Class | Encog.Neural.NeuralData.Image Namespace