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.
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)
TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace