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

Packages that use ReadCSV
org.encog.app.analyst.csv.basic   
org.encog.app.analyst.csv.normalize   
org.encog.app.analyst.csv.process   
 

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.
 

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

Methods in org.encog.app.analyst.csv.process with parameters of type ReadCSV
 void ProcessExtension.init(ReadCSV csv, int theBackwardWindowSize, int theForwardWindowSize)
           
 



Copyright © 2014. All Rights Reserved.