Documentation For Encog 2.x

MarketNeuralDataSet Methods

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

Public Instance Methods

Add (inherited from TemporalNeuralDataSet)Overloaded. Adding directly is not supported. Rather, add temporal points and generate the training data.
AddDescription Add one description of the type of market data that we are seeking at each datapoint.
CalculateActualSetSize (inherited from TemporalNeuralDataSet) Calculate the actual set size, this is the number of training set entries that will be generated.
CalculateNeuronCounts (inherited from TemporalNeuralDataSet) Calculate how many input and output neurons will be needed for the current data.
CalculatePointsInRange (inherited from TemporalNeuralDataSet) Calculate how many points are in the high and low range. These are the points that the training set will be generated on.
CalculateStartIndex (inherited from TemporalNeuralDataSet) Calculate the index to start at.
Clear (inherited from TemporalNeuralDataSet) Clear the entire dataset.
Clone (inherited from BasicNeuralDataSet) Clone this object.
Close (inherited from BasicNeuralDataSet) Close the neural data set.
CreatePersistor (inherited from BasicNeuralDataSet) Create a persistor to load/save this object to XML.
CreatePointOverloaded. Create a datapoint at the specified date.
CreatePoint (inherited from TemporalNeuralDataSet)Overloaded. Create a temporal data point using a sequence number. They can also be created using time. No two points should have the same sequence number.
Equals (inherited from Object) 
Generate (inherited from TemporalNeuralDataSet) Generate the training sets.
GenerateInputNeuralData (inherited from TemporalNeuralDataSet) Generate input neural data for the specified index.
GenerateOutputNeuralData (inherited from TemporalNeuralDataSet) Generate neural ideal data for the specified index.
GetEnumerator (inherited from BasicNeuralDataSet) Get an enumerator to access the data with.
GetHashCode (inherited from Object) 
GetSequenceFromDate (inherited from TemporalNeuralDataSet) Create a sequence number from a time. The first date will be zero, and subsequent dates will be increased according to the grandularity specified.
GetType (inherited from Object) 
IsPointInRange (inherited from TemporalNeuralDataSet) Is the specified point within the range. If a point is in the selection range, then the point will be used to generate the training sets.
Load Load data from the loader.
SortPoints (inherited from TemporalNeuralDataSet) Sort the points.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

MarketNeuralDataSet Class | Encog.Neural.NeuralData.Market Namespace