Documentation of 'org.encog.app.analyst.analyze.PerformAnalysis' Java class
PerformAnalysis
org.encog.app.analyst.analyze

Class PerformAnalysis



  • public class PerformAnalysis
    extends java.lang.Object
    This class is used to perform an analysis of a CSV file. This will help Encog to determine how the fields should be normalized.
    • Constructor Detail

      • PerformAnalysis

        public PerformAnalysis(AnalystScript theScript,
                               java.lang.String theFilename,
                               boolean theHeaders,
                               AnalystFileFormat theFormat)
        Construct the analysis object.
        Parameters:
        theScript - The script to use.
        theFilename - The name of the file to analyze.
        theHeaders - True if headers are present.
        theFormat - The format of the file being analyzed.
    • Method Detail

      • process

        public void process(EncogAnalyst target)
        Perform the analysis.
        Parameters:
        target - The Encog analyst object to analyze.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.