|
||||||||||
| 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 final void allocate(int length)
length - The length of this column.public final double[] getData()
public final String getName()
public final boolean isIgnore()
public final boolean isInput()
public final boolean isOutput()
public final void setIgnore(boolean theIgnore)
theIgnore - True, if this column is to be ignored.public final void setInput(boolean theIgnore)
theIgnore - Is this column used for input.public final void setName(String theName)
theName - The name of this column.public final 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 | |||||||||