REPORT_INTERVAL| Constructor and Description |
|---|
AnalystProcess(EncogAnalyst theAnalyst,
int theBackwardWindowSize,
int theForwardWindowSize)
Construct the object for time series.
|
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(java.io.File inputFile,
boolean headers,
CSVFormat format)
Analyze the neural network.
|
java.io.PrintWriter |
prepareOutputFile(java.io.File outputFile)
Prepare the output file, write headers if needed.
|
void |
process(java.io.File outputFile)
Process, and generate the output file.
|
appendSeparator, getColumnCount, getFormat, getInputFilename, getInputHeadings, getPrecision, getRecordCount, getReport, getReportInterval, getScript, isAnalyzed, isExpectInputHeaders, isProduceOutputHeaders, performBasicCounts, readHeaders, reportDone, reportDone, requestStop, resetStatus, setAnalyzed, setColumnCount, setExpectInputHeaders, setInputFilename, setInputFormat, setInputHeadings, setPrecision, setProduceOutputHeaders, setRecordCount, setReport, setReportInterval, setScript, shouldStop, toString, updateStatus, updateStatus, validateAnalyzed, writeRowpublic AnalystProcess(EncogAnalyst theAnalyst, int theBackwardWindowSize, int theForwardWindowSize)
theAnalyst - The analyst that this process belongs to.theBackwardWindowSize - The size of the window going back.theForwardWindowSize - The size of the window going forward.public void analyze(java.io.File inputFile,
boolean headers,
CSVFormat format)
inputFile - The input file.headers - True, if there are headers.format - The format of the CSV file.public java.io.PrintWriter prepareOutputFile(java.io.File outputFile)
prepareOutputFile in class BasicFileoutputFile - The name of the output file.public void process(java.io.File outputFile)
outputFile - The output file.