org.encog.app.analyst.csv.basic
Class LoadedRow

java.lang.Object
  extended by org.encog.app.analyst.csv.basic.LoadedRow

public class LoadedRow
extends Object

A row of a CSV file loaded to memory. This class is used internally by many of the Encog quant classes.


Constructor Summary
LoadedRow(CSVFormat csvFormat, double[] d, int extra)
           
LoadedRow(ReadCSV csv)
          Load a row from the specified CSV file.
LoadedRow(ReadCSV csv, int extra)
          Construct a loaded row.
 
Method Summary
 String[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String[] getData()
Returns:
The row data.


Copyright © 2014. All Rights Reserved.