org.encog.app.analyst.csv.filter
REPORT_INTERVAL
Constructor and Description |
---|
FilterCSV() |
Modifier and Type | Method and Description |
---|---|
void |
analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the file.
|
void |
exclude(int fieldNumber,
String fieldValue)
Exclude rows where the specified field has the specified value.
|
List<ExcludedField> |
getExcluded() |
int |
getFilteredRowCount() |
void |
process(File outputFile)
Process the input 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, writeRow
public void analyze(File inputFile, boolean headers, CSVFormat format)
inputFile
- The name of the input file.headers
- True, if headers are expected.format
- The format.public void exclude(int fieldNumber, String fieldValue)
fieldNumber
- The field number.fieldValue
- The field value.public List<ExcludedField> getExcluded()
public int getFilteredRowCount()
public void process(File outputFile)
outputFile
- The output file to write to.Copyright © 2014. All Rights Reserved.