org.encog.app.analyst.analyze
public class PerformAnalysis extends Object
Constructor and Description |
---|
PerformAnalysis(AnalystScript theScript,
String theFilename,
boolean theHeaders,
AnalystFileFormat theFormat)
Construct the analysis object.
|
public PerformAnalysis(AnalystScript theScript, String theFilename, boolean theHeaders, AnalystFileFormat theFormat)
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.public void process(EncogAnalyst target)
target
- The Encog analyst object to analyze.Copyright © 2014. All Rights Reserved.