org.encog.app.analyst.csv.basic
Class LoadedRow
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.LoadedRow
-
public class LoadedRow extends java.lang.ObjectA row of a CSV file loaded to memory. This class is used internally by many of the Encog quant classes.
-
-
Constructor Summary
Constructors Constructor and Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String[]getData()
-
-
-
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)
-
-
DMelt 3.0 © DataMelt by jWork.ORG