org.encog.app.analyst.csv
REPORT_INTERVAL
Constructor and Description |
---|
AnalystClusterCSV() |
Modifier and Type | Method and Description |
---|---|
void |
analyze(EncogAnalyst theAnalyst,
File inputFile,
boolean headers,
CSVFormat format)
Analyze the data.
|
void |
process(File outputFile,
int clusters,
EncogAnalyst theAnalyst,
int iterations)
Process the file and cluster.
|
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(EncogAnalyst theAnalyst, File inputFile, boolean headers, CSVFormat format)
theAnalyst
- The analyst to use.inputFile
- The input file to analyze.headers
- True, if the input file has headers.format
- The format of the input file.public void process(File outputFile, int clusters, EncogAnalyst theAnalyst, int iterations)
outputFile
- The output file.clusters
- The number of clusters.theAnalyst
- The analyst to use.iterations
- The number of iterations to use.Copyright © 2014. All Rights Reserved.