org.encog.app.analyst.analyze
Class PerformAnalysis

java.lang.Object
  extended by org.encog.app.analyst.analyze.PerformAnalysis

public class PerformAnalysis
extends Object

This class is used to perform an analysis of a CSV file. This will help Encog to determine how the fields should be normalized.


Constructor Summary
PerformAnalysis(AnalystScript theScript, String theFilename, boolean theHeaders, AnalystFileFormat theFormat)
          Construct the analysis object.
 
Method Summary
 void process(EncogAnalyst target)
          Perform the analysis.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerformAnalysis

public PerformAnalysis(AnalystScript theScript,
                       String theFilename,
                       boolean theHeaders,
                       AnalystFileFormat theFormat)
Construct the analysis object.

Parameters:
theScript - The script to use.
theFilename - The name of the file to analyze.
theHeaders - True if headers are present.
theFormat - The format of the file being analyzed.
Method Detail

process

public void process(EncogAnalyst target)
Perform the analysis.

Parameters:
target - The Encog analyst object to analyze.

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.