org.encog.app.analyst.csv.basic
Class FileData
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.BaseCachedColumn
-
- org.encog.app.analyst.csv.basic.FileData
-
public class FileData extends BaseCachedColumn
A column that is based off of a column in a CSV file.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCLOSEThe close value.static java.lang.StringDATEThe date.static java.lang.StringHIGHThe high value.static java.lang.StringLOWThe low value.static java.lang.StringOPENThe open value.static java.lang.StringTIMEThe time.static java.lang.StringVOLUMEThe volume.
-
Constructor Summary
Constructors Constructor and Description FileData(java.lang.String theName, int theIndex, boolean theInput, boolean theOutput)Construct the object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetIndex()voidsetIndex(int theIndex)Set the index of this field.
-
-
-
Field Detail
-
DATE
public static final java.lang.String DATE
The date.- See Also:
- Constant Field Values
-
TIME
public static final java.lang.String TIME
The time.- See Also:
- Constant Field Values
-
HIGH
public static final java.lang.String HIGH
The high value.- See Also:
- Constant Field Values
-
LOW
public static final java.lang.String LOW
The low value.- See Also:
- Constant Field Values
-
OPEN
public static final java.lang.String OPEN
The open value.- See Also:
- Constant Field Values
-
CLOSE
public static final java.lang.String CLOSE
The close value.- See Also:
- Constant Field Values
-
VOLUME
public static final java.lang.String VOLUME
The volume.- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG