Uses of Class
org.encog.util.csv.ReadCSV

Packages that use ReadCSV
org.encog.app.analyst.csv.basic This package contains the basic subclasses for all of the CSV handling done by the Encog analyst. 
org.encog.app.analyst.csv.normalize This package contains all of the classes used by the analyst to normalize. 
 

Uses of ReadCSV in org.encog.app.analyst.csv.basic
 

Methods in org.encog.app.analyst.csv.basic with parameters of type ReadCSV
 String BasicCachedFile.getColumnData(String name, ReadCSV csv)
          Get the data for a specific column.
 void BasicFile.readHeaders(ReadCSV csv)
          Read the headers from a CSV file.
 

Constructors in org.encog.app.analyst.csv.basic with parameters of type ReadCSV
LoadedRow(ReadCSV csv)
          Load a row from the specified CSV file.
LoadedRow(ReadCSV csv, int extra)
          Construct a loaded row.
 

Uses of ReadCSV in org.encog.app.analyst.csv.normalize
 

Methods in org.encog.app.analyst.csv.normalize with parameters of type ReadCSV
static double[] AnalystNormalizeCSV.extractFields(EncogAnalyst analyst, CSVHeaders headers, ReadCSV csv, int outputLength, boolean skipOutput)
          Extract fields from a file into a numeric array for machine learning.
 



Copyright © 2011. All Rights Reserved.