public class PerformAnalysis
extends java.lang.Object
| Constructor and Description |
|---|
PerformAnalysis(AnalystScript theScript,
java.lang.String theFilename,
boolean theHeaders,
AnalystFileFormat theFormat)
Construct the analysis object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(EncogAnalyst target)
Perform the analysis.
|
java.lang.String |
toString() |
public PerformAnalysis(AnalystScript theScript, java.lang.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.public java.lang.String toString()
toString in class java.lang.Object