REPORT_INTERVAL| Constructor and Description |
|---|
AnalystNormalizeToEGB() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(java.io.File inputFilename,
boolean expectInputHeaders,
CSVFormat inputFormat,
EncogAnalyst theAnalyst)
Analyze the file.
|
void |
normalize(java.io.File file)
Normalize the input file.
|
void |
setSourceFile(java.io.File file,
boolean headers,
CSVFormat format)
Set the source 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(java.io.File inputFilename,
boolean expectInputHeaders,
CSVFormat inputFormat,
EncogAnalyst theAnalyst)
inputFilename - The input file.expectInputHeaders - True, if input headers are present.inputFormat - The format.theAnalyst - The analyst to use.public void normalize(java.io.File file)
file - The file to write to.public void setSourceFile(java.io.File file,
boolean headers,
CSVFormat format)
file - The file to use.headers - True, if headers are to be expected.format - The format of the CSV file.