Uses of Class
org.encog.util.time.TimeUnit

Packages that use TimeUnit
org.encog.ml.data.temporal   
org.encog.util.time   
 

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

Methods in org.encog.ml.data.temporal that return TimeUnit
 TimeUnit TemporalMLDataSet.getSequenceGrandularity()
           
 

Methods in org.encog.ml.data.temporal with parameters of type TimeUnit
 void TemporalMLDataSet.setSequenceGrandularity(TimeUnit sequenceGrandularity)
           
 

Uses of TimeUnit in org.encog.util.time
 

Methods in org.encog.util.time that return TimeUnit
static TimeUnit TimeUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeUnit[] TimeUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.encog.util.time with parameters of type TimeUnit
 String TimeUnitNames.code(TimeUnit unit)
          Get the code for the specified time unit.
 String EnglishTimeUnitNames.code(TimeUnit unit)
          Get the code for a TimeUnit.
 long TimeSpan.getSpan(TimeUnit unit)
          Get the time span specified by the unit.
 String TimeUnitNames.plural(TimeUnit unit)
          Get the plural name for the specified time unit.
 String EnglishTimeUnitNames.plural(TimeUnit unit)
          Get the plural form for a TimeUnit.
 String TimeUnitNames.singular(TimeUnit unit)
          Get the singular form of the specified time unit.
 String EnglishTimeUnitNames.singular(TimeUnit unit)
          Get the singular form for a TimeUnit.
 



Copyright © 2014. All Rights Reserved.