org.encog.app.analyst.csv.segregate
Modifier and Type | Field and Description |
---|---|
static int |
TOTAL_PCT
TOtal percents should add to this.
|
REPORT_INTERVAL
Constructor and Description |
---|
SegregateCSV() |
Modifier and Type | Method and Description |
---|---|
void |
analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the input file.
|
List<SegregateTargetPercent> |
getTargets() |
void |
process()
Process the input file and segregate into the output files.
|
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 static final int TOTAL_PCT
public void analyze(File inputFile, boolean headers, CSVFormat format)
inputFile
- The input file.headers
- The headers.format
- The format of the input file.public List<SegregateTargetPercent> getTargets()
public void process()
Copyright © 2014. All Rights Reserved.