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

Class AnalystClusterCSV

  • All Implemented Interfaces:
    QuantTask


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

      • AnalystClusterCSV

        public AnalystClusterCSV()
    • 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 to analyze.
        headers - True, if the input file has headers.
        format - The format of the input file.
      • process

        public void process(java.io.File outputFile,
                            int clusters,
                            EncogAnalyst theAnalyst,
                            int iterations)
        Process the file and cluster.
        Parameters:
        outputFile - The output file.
        clusters - The number of clusters.
        theAnalyst - The analyst to use.
        iterations - The number of iterations to use.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.