Encog 1.1 for DotNet
Encog.Neural.NeuralData.Market Namespace
NamespacesEncog.Neural.NeuralData.Market

[Missing <summary> documentation for N:Encog.Neural.NeuralData.Market]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.NeuralData.Market
Namespace Encog.Neural.NeuralData.Market
namespace Encog.Neural.NeuralData.Market
Types
All TypesClassesEnumerations
IconTypeDescription
MarketDataDescription
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.

MarketDataType
The types of market data that can be used.

MarketError
The base error for the market data set.

MarketNeuralDataSet
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.

MarketPoint
Hold one market datapoint. This class is based on the TemporalPoint, however it is designed to take its sequence number from a date.

TickerSymbol
A ticker symbol. Holds the exchange and the symbol.