org.encog.app.analyst.csv
REPORT_INTERVAL| Constructor and Description |
|---|
AnalystEvaluateRawCSV() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(EncogAnalyst theAnalyst,
File inputFile,
boolean headers,
CSVFormat format)
Analyze the data.
|
void |
process(File outputFile,
MLRegression method)
Process the file.
|
appendSeparator, getColumnCount, getFormat, getInputFilename, getInputHeadings, getPrecision, getRecordCount, getReport, getReportInterval, getScript, isAnalyzed, isExpectInputHeaders, isProduceOutputHeaders, performBasicCounts, prepareOutputFile, readHeaders, reportDone, reportDone, requestStop, resetStatus, setAnalyzed, setColumnCount, setExpectInputHeaders, setInputFilename, setInputFormat, setInputHeadings, setPrecision, setProduceOutputHeaders, setRecordCount, setReport, setReportInterval, setScript, shouldStop, toString, updateStatus, updateStatus, validateAnalyzed, writeRowpublic void analyze(EncogAnalyst theAnalyst, File inputFile, boolean headers, CSVFormat format)
theAnalyst - The analyst to use.inputFile - The input file.headers - True if headers are present.format - The format the file is in.public void process(File outputFile, MLRegression method)
outputFile - The output file.method - The method to use.Copyright © 2014. All Rights Reserved.