Documentation For Encog 2.x

LoadedMarketData.SetData Method

Set the specified type of data.

public void SetData(
   MarketDataType t,
   double d
);

Parameters

t
The type of data to set.
d
The value to set.

See Also

LoadedMarketData Class | Encog.Neural.NeuralData.Market.Loader Namespace