Package | Description |
---|---|
org.encog.ml.data.temporal | |
org.encog.util.time |
Modifier and Type | Method and Description |
---|---|
TimeUnit |
TemporalMLDataSet.getSequenceGrandularity() |
Modifier and Type | Method and Description |
---|---|
void |
TemporalMLDataSet.setSequenceGrandularity(TimeUnit sequenceGrandularity) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.