Documentation of 'org.encog.app.analyst.csv.sort.SortCSV' Java class
SortCSV
org.encog.app.analyst.csv.sort

Class SortCSV

  • All Implemented Interfaces:
    QuantTask


    public class SortCSV
    extends BasicFile
    Used to sort a CSV file by one, or more, fields.
    • Constructor Detail

      • SortCSV

        public SortCSV()
    • 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

You see the box below because you did not login.