Documentation For Encog 2.x

TemporalNeuralDataSet.CreatePoint(DateTime) Method

Create a temporal point from a time. Using the grandularity each date is given a unique sequence number. No two dates that fall in the same grandularity should be specified.

public virtual TemporalPoint CreatePoint(
   DateTime when
);

Parameters

when
The time that this point should be created at.

Return Value

The point TemporalPoint created.

See Also

TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace | TemporalNeuralDataSet.CreatePoint Overload List