org.encog.app.analyst.csv.sort
Class SortCSV
- java.lang.Object
-
- org.encog.app.analyst.csv.basic.BasicFile
-
- org.encog.app.analyst.csv.sort.SortCSV
-
-
Field Summary
-
Fields inherited from class org.encog.app.analyst.csv.basic.BasicFile
REPORT_INTERVAL
-
-
Constructor Summary
Constructors Constructor and Description SortCSV()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<SortedField>getSortOrder()voidprocess(java.io.File inputFile, java.io.File outputFile, boolean headers, CSVFormat format)Process, and sort the files.-
Methods inherited from class org.encog.app.analyst.csv.basic.BasicFile
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
-
-
-
-
Method Detail
-
getSortOrder
public java.util.List<SortedField> getSortOrder()
- Returns:
- Used to specify the sort order.
-
process
public void process(java.io.File inputFile, java.io.File outputFile, boolean headers, CSVFormat format)Process, and sort the files.- Parameters:
inputFile- The input file.outputFile- The output file.headers- True, if headers are to be used.format- The format of the file.
-
-
DMelt 3.0 © DataMelt by jWork.ORG