org.encog.util.arrayutil
public class TemporalWindowField extends Object
Constructor and Description |
---|
TemporalWindowField(String theName)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
TemporalType |
getAction() |
boolean |
getInput() |
String |
getLastValue() |
String |
getName() |
boolean |
getPredict() |
void |
setAction(TemporalType theAction) |
void |
setLastValue(String theLastValue) |
void |
setName(String theName) |
String |
toString() |
public TemporalWindowField(String theName)
theName
- The name of the field to be considered.public final TemporalType getAction()
public final boolean getInput()
public final String getLastValue()
public final String getName()
public final boolean getPredict()
public final void setAction(TemporalType theAction)
theAction
- the action to setpublic final void setLastValue(String theLastValue)
theLastValue
- the lastValue to setpublic final void setName(String theName)
theName
- the name to setCopyright © 2014. All Rights Reserved.