org.encog.app.analyst.csv.basic
Constructor and Description |
---|
BaseCachedColumn(String theName,
boolean theInput,
boolean theOutput)
Construct the cached column.
|
Modifier and Type | Method and Description |
---|---|
void |
allocate(int length)
Allocate enough space for this column.
|
double[] |
getData() |
String |
getName() |
boolean |
isIgnore() |
boolean |
isInput() |
boolean |
isOutput() |
void |
setIgnore(boolean theIgnore)
Set if this column is to be ignored?
|
void |
setInput(boolean theIgnore)
Set if this column is used for input.
|
void |
setName(String theName)
Set the name of this column.
|
void |
setOutput(boolean theOutput)
Set if this column is used for output.
|
public BaseCachedColumn(String theName, boolean theInput, boolean theOutput)
theName
- The name of the column.theInput
- Is this column used for input?theOutput
- Is this column used for output?public void allocate(int length)
length
- The length of this column.public double[] getData()
public String getName()
public boolean isIgnore()
public boolean isInput()
public boolean isOutput()
public void setIgnore(boolean theIgnore)
theIgnore
- True, if this column is to be ignored.public void setInput(boolean theIgnore)
theIgnore
- Is this column used for input.public void setName(String theName)
theName
- The name of this column.public void setOutput(boolean theOutput)
theOutput
- Is this column used for output.Copyright © 2014. All Rights Reserved.