org.encog.app.analyst.analyze
Class PerformAnalysis
java.lang.Object
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.
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.
process
public final void process(EncogAnalyst target)
- Perform the analysis.
- Parameters:
target - The Encog analyst object to analyze.
toString
public final String toString()
-
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.