Documentation For Encog 2.x

TemporalNeuralDataSet.CreatePoint 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.

Overload List

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)

Create a temporal data point using a sequence number. They can also be created using time. No two points should have the same sequence number.

public virtual TemporalPoint CreatePoint(int)

See Also

TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace