Documentation For Encog 2.x

MarketNeuralDataSet Class

A data set that is designed to hold market data. This class is based on the TemporalNeuralDataSet. This class is designed to load financial data from external sources. This class is designed to track financial data across days. However, it should be usable with other levels of granularity as well.

For a list of all members of this type, see MarketNeuralDataSet Members .

System.Object
   BasicNeuralDataSet
      TemporalNeuralDataSet
         MarketNeuralDataSet

public class MarketNeuralDataSet : TemporalNeuralDataSet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.NeuralData.Market

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

MarketNeuralDataSet Members | Encog.Neural.NeuralData.Market Namespace