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

Class AnalystEvaluateRawCSV

  • All Implemented Interfaces:
    QuantTask


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

      • AnalystEvaluateRawCSV

        public AnalystEvaluateRawCSV()
    • 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 the file is in.
      • process

        public void process(java.io.File outputFile,
                            MLRegression 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.