Documentation For Encog 2.x

MarketPoint Constructor

Construct a MarketPoint with the specified date and size.

MarketPoint(
   DateTime when,
   int size
);

Parameters

when
When is this data from.
size
What is the size of the data.

See Also

MarketPoint Class | Encog.Neural.NeuralData.Market Namespace