Documentation For Encog 2.x

MarketDataDescription Constructor

Construct a MarketDataDescription item.

MarketDataDescription(
   TickerSymbol ticker,
   MarketDataType dataType,
   bool input,
   bool predict
);

Parameters

ticker
The ticker symbol to use.
dataType
The data type needed.
input
Is this field used for input?
predict
Is this field used for prediction?

See Also

MarketDataDescription Class | Encog.Neural.NeuralData.Market Namespace | MarketDataDescription Constructor Overload List