org.encog.app.analyst.csv.process
REPORT_INTERVAL
Constructor and Description |
---|
AnalystProcess(EncogAnalyst theAnalyst,
int theBackwardWindowSize,
int theForwardWindowSize)
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
void |
analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the neural network.
|
PrintWriter |
prepareOutputFile(File outputFile)
Prepare the output file, write headers if needed.
|
void |
process(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, writeRow
public AnalystProcess(EncogAnalyst theAnalyst, int theBackwardWindowSize, int theForwardWindowSize)
public void analyze(File inputFile, boolean headers, CSVFormat format)
inputFile
- The input file.headers
- True, if there are headers.format
- The format of the CSV file.public PrintWriter prepareOutputFile(File outputFile)
prepareOutputFile
in class BasicFile
outputFile
- The name of the output file.public void process(File outputFile)
outputFile
- The output file.Copyright © 2014. All Rights Reserved.