org.encog.app.analyst.csv.basic
public class FileData extends BaseCachedColumn
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
FileData(String theName,
int theIndex,
boolean theInput,
boolean theOutput)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
void |
setIndex(int theIndex)
Set the index of this field.
|
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
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?Copyright © 2014. All Rights Reserved.