Documentation For Encog 2.x

TemporalNeuralDataSet.IsPointInRange Method

Is the specified point within the range. If a point is in the selection range, then the point will be used to generate the training sets.

public virtual bool IsPointInRange(
   TemporalPoint point
);

Parameters

point
The point to consider.

Return Value

True if the point is within the range.

See Also

TemporalNeuralDataSet Class | Encog.Neural.NeuralData.Temporal Namespace