Uses of Class
org.encog.ml.data.temporal.TemporalPoint

Packages that use TemporalPoint
org.encog.ml.data.market   
org.encog.ml.data.temporal   
 

Uses of TemporalPoint in org.encog.ml.data.market
 

Subclasses of TemporalPoint in org.encog.ml.data.market
 class MarketPoint
          Hold one market datapoint.
 

Methods in org.encog.ml.data.market that return TemporalPoint
 TemporalPoint MarketMLDataSet.createPoint(Date when)
          Create a datapoint at the specified date.
 

Uses of TemporalPoint in org.encog.ml.data.temporal
 

Methods in org.encog.ml.data.temporal that return TemporalPoint
 TemporalPoint TemporalMLDataSet.createPoint(Date when)
          Create a temporal point from a time.
 TemporalPoint TemporalMLDataSet.createPoint(int sequence)
          Create a temporal data point using a sequence number.
 

Methods in org.encog.ml.data.temporal that return types with arguments of type TemporalPoint
 List<TemporalPoint> TemporalMLDataSet.getPoints()
           
 

Methods in org.encog.ml.data.temporal with parameters of type TemporalPoint
 int TemporalPoint.compareTo(TemporalPoint that)
          
 boolean TemporalMLDataSet.isPointInRange(TemporalPoint point)
          Is the specified point within the range.
 



Copyright © 2014. All Rights Reserved.