org.encog.app.analyst.csv.shuffle
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BUFFER_SIZE
The default buffer size.
|
REPORT_INTERVAL
Constructor and Description |
---|
ShuffleCSV()
Construct the object.
|
Modifier and Type | Method and Description |
---|---|
void |
analyze(File inputFile,
boolean headers,
CSVFormat format)
Analyze the neural network.
|
int |
getBufferSize() |
void |
process(File outputFile)
Process, and generate the output file.
|
void |
setBufferSize(int s)
Set the buffer size.
|
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 DEFAULT_BUFFER_SIZE
public void analyze(File inputFile, boolean headers, CSVFormat format)
inputFile
- The input file.headers
- True, if there are headers.format
- The format of the CSV file.public int getBufferSize()
public void process(File outputFile)
outputFile
- The output file.public void setBufferSize(int s)
s
- The new buffer size.Copyright © 2014. All Rights Reserved.