Documentation of 'org.encog.app.analyst.csv.AnalystEvaluateCSV' Java class
AnalystEvaluateCSV
org.encog.app.analyst.csv

Class AnalystEvaluateCSV

  • All Implemented Interfaces:
    QuantTask


    public class AnalystEvaluateCSV
    extends BasicFile
    Used by the analyst to evaluate a CSV file.
    • Constructor Detail

      • AnalystEvaluateCSV

        public AnalystEvaluateCSV()
    • Method Detail

      • analyze

        public void analyze(EncogAnalyst theAnalyst,
                            java.io.File inputFile,
                            boolean headers,
                            CSVFormat format)
        Analyze the data. This counts the records and prepares the data to be processed.
        Parameters:
        theAnalyst - The analyst to use.
        inputFile - The input file.
        headers - True if headers are present.
        format - The format.
      • process

        public void process(java.io.File outputFile,
                            MLMethod method)
        Process the file.
        Parameters:
        outputFile - The output file.
        method - THe method to use.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.