org.encog.app.analyst.analyze
Class PerformAnalysis
- java.lang.Object
-
- org.encog.app.analyst.analyze.PerformAnalysis
-
public class PerformAnalysis extends java.lang.ObjectThis 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
Constructors Constructor and Description PerformAnalysis(AnalystScript theScript, java.lang.String theFilename, boolean theHeaders, AnalystFileFormat theFormat)Construct the analysis object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidprocess(EncogAnalyst target)Perform the analysis.java.lang.StringtoString()
-
-
-
Constructor Detail
-
PerformAnalysis
public PerformAnalysis(AnalystScript theScript, java.lang.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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG