Documentation For Encog 2.x

TemporalNeuralDataSet Properties

The properties of the TemporalNeuralDataSet class are listed below. For a complete list of TemporalNeuralDataSet class members, see the TemporalNeuralDataSet 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.
Descriptions The data descriptions.
DesiredSetSize The desired dataset size.
HighSequence The high value for the sequence.
IdealSize (inherited from BasicNeuralDataSet) Get the ideal size, or zero for unsupervised.
InputNeuronCount The number of input neurons.
InputSize (inherited from BasicNeuralDataSet) Get the input size.
InputWindowSize Get the size of the input window.
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.
LowSequence The low value for the sequence.
Name (inherited from BasicNeuralDataSet) The name of this object.
OutputNeuronCount The number of output neurons.
Points The points, or time slices to take data from.
PredictWindowSize The prediction window size.
SequenceGrandularity The size of the timeslices.
StartingPoint The starting point.

See Also

TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace