Documentation of 'org.encog.app.analyst.csv.basic.FileData' Java class
FileData
org.encog.app.analyst.csv.basic

Class 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.String CLOSE
      The close value.
      static java.lang.String DATE
      The date.
      static java.lang.String HIGH
      The high value.
      static java.lang.String LOW
      The low value.
      static java.lang.String OPEN
      The open value.
      static java.lang.String TIME
      The time.
      static java.lang.String VOLUME
      The volume.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FileData(java.lang.String theName, int theIndex, boolean theInput, boolean theOutput)
      Construct the object.
    • Constructor Detail

      • FileData

        public FileData(java.lang.String theName,
                        int theIndex,
                        boolean theInput,
                        boolean theOutput)
        Construct the object.
        Parameters:
        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

      • getIndex

        public int getIndex()
        Returns:
        The index of this field.
      • setIndex

        public void setIndex(int theIndex)
        Set the index of this field.
        Parameters:
        theIndex - The index of this field.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.