org.encog.app.analyst.csv.basic
Class LoadedRow
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
getData
public String[] getData()
- Returns:
- The row data.
Copyright © 2014. All Rights Reserved.