Documentation of 'org.encog.app.analyst.csv.segregate.SegregateCSV' Java class
SegregateCSV
org.encog.app.analyst.csv.segregate

Class SegregateCSV

  • All Implemented Interfaces:
    QuantTask


    public class SegregateCSV
    extends BasicFile
    This class is used to segregate a CSV file into several sub-files. This can be used to create training and evaluation datasets.
    • Field Detail

      • TOTAL_PCT

        public static final int TOTAL_PCT
        TOtal percents should add to this.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SegregateCSV

        public SegregateCSV()
    • Method Detail

      • analyze

        public void analyze(java.io.File inputFile,
                            boolean headers,
                            CSVFormat format)
        Analyze the input file.
        Parameters:
        inputFile - The input file.
        headers - The headers.
        format - The format of the input file.
      • process

        public void process()
        Process the input file and segregate into the output files.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.