|
||||||||||
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
org.encog.app.analyst.csv.basic.FileData
public class FileData
A column that is based off of a column in a CSV file.
Field Summary | |
---|---|
static String |
CLOSE
The close value. |
static String |
DATE
The date. |
static String |
HIGH
The high value. |
static String |
LOW
The low value. |
static String |
OPEN
The open value. |
static String |
TIME
The time. |
static String |
VOLUME
The volume. |
Constructor Summary | |
---|---|
FileData(String theName,
int theIndex,
boolean theInput,
boolean theOutput)
Construct the object. |
Method Summary | |
---|---|
int |
getIndex()
|
void |
setIndex(int theIndex)
Set the index of this field. |
Methods inherited from class org.encog.app.analyst.csv.basic.BaseCachedColumn |
---|
allocate, getData, getName, isIgnore, isInput, isOutput, setIgnore, setInput, setName, setOutput |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DATE
public static final String TIME
public static final String HIGH
public static final String LOW
public static final String OPEN
public static final String CLOSE
public static final String VOLUME
Constructor Detail |
---|
public FileData(String theName, int theIndex, boolean theInput, boolean theOutput)
theName
- The name of the object.theIndex
- The index of the field.theInput
- Is this field for input?theOutput
- Is this field for output?Method Detail |
---|
public int getIndex()
public void setIndex(int theIndex)
theIndex
- The index of this field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |