The properties of the MarketNeuralDataSet class are listed below. For a complete list of MarketNeuralDataSet class members, see the MarketNeuralDataSet Members topic.
Data (inherited from BasicNeuralDataSet) | Access to the list of data items. |
Description (inherited from BasicNeuralDataSet) | The description of this object. |
Descriptions (inherited from TemporalNeuralDataSet) | The data descriptions. |
DesiredSetSize (inherited from TemporalNeuralDataSet) | The desired dataset size. |
HighSequence (inherited from TemporalNeuralDataSet) | The high value for the sequence. |
IdealSize (inherited from BasicNeuralDataSet) | Get the ideal size, or zero for unsupervised. |
InputNeuronCount (inherited from TemporalNeuralDataSet) | The number of input neurons. |
InputSize (inherited from BasicNeuralDataSet) | Get the input size. |
InputWindowSize (inherited from TemporalNeuralDataSet) | 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. |
Loader | The loader that is being used for this set. |
LowSequence (inherited from TemporalNeuralDataSet) | The low value for the sequence. |
Name (inherited from BasicNeuralDataSet) | The name of this object. |
OutputNeuronCount (inherited from TemporalNeuralDataSet) | The number of output neurons. |
Points (inherited from TemporalNeuralDataSet) | The points, or time slices to take data from. |
PredictWindowSize (inherited from TemporalNeuralDataSet) | The prediction window size. |
SequenceGrandularity (inherited from TemporalNeuralDataSet) | The size of the timeslices. |
StartingPoint (inherited from TemporalNeuralDataSet) | The starting point. |
MarketNeuralDataSet Class | Encog.Neural.NeuralData.Market Namespace