|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.csv.basic.BaseCachedColumn
public class BaseCachedColumn
A basic cached column. Used internally by some of the Encog CSV quant classes. All of the file contents for this column are loaded into memory.
Constructor Summary | |
---|---|
BaseCachedColumn(String theName,
boolean theInput,
boolean theOutput)
Construct the cached column. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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?Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |