Documentation For Encog 2.x

MarketDataDescription Class

This class is used to describe the type of financial data that is needed. Each piece of data can be used for input, prediction or both. If used for input, it will be used as data to help predict. If used for prediction, it will be one of the values predicted. It is possible, and quite common, to use data from both input and prediction.

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

System.Object
   TemporalDataDescription
      MarketDataDescription

public class MarketDataDescription : TemporalDataDescription

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

MarketDataDescription Members | Encog.Neural.NeuralData.Market Namespace