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

Class LoadedRow



  • public class LoadedRow
    extends java.lang.Object
    A row of a CSV file loaded to memory. This class is used internally by many of the Encog quant classes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String[] getData() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadedRow

        public LoadedRow(ReadCSV csv)
        Load a row from the specified CSV file.
        Parameters:
        csv - The CSV file to use.
      • LoadedRow

        public LoadedRow(ReadCSV csv,
                         int extra)
        Construct a loaded row.
        Parameters:
        csv - The CSV file to use.
        extra - The number of extra columns to add.
      • LoadedRow

        public LoadedRow(CSVFormat csvFormat,
                         double[] d,
                         int extra)
    • Method Detail

      • getData

        public java.lang.String[] getData()
        Returns:
        The row data.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.