Documentation of 'org.encog.app.analyst.csv.process.AnalystProcess' Java class
AnalystProcess
org.encog.app.analyst.csv.process

Class AnalystProcess

  • All Implemented Interfaces:
    QuantTask


    public class AnalystProcess
    extends BasicFile
    Perform many different types of transformations on a CSV.
    • Constructor Detail

      • AnalystProcess

        public AnalystProcess(EncogAnalyst theAnalyst,
                              int theBackwardWindowSize,
                              int theForwardWindowSize)
        Construct the object for time series.
        Parameters:
        theAnalyst - The analyst that this process belongs to.
        theBackwardWindowSize - The size of the window going back.
        theForwardWindowSize - The size of the window going forward.
    • Method Detail

      • analyze

        public void analyze(java.io.File inputFile,
                            boolean headers,
                            CSVFormat format)
        Analyze the neural network.
        Parameters:
        inputFile - The input file.
        headers - True, if there are headers.
        format - The format of the CSV file.
      • prepareOutputFile

        public java.io.PrintWriter prepareOutputFile(java.io.File outputFile)
        Prepare the output file, write headers if needed.
        Overrides:
        prepareOutputFile in class BasicFile
        Parameters:
        outputFile - The name of the output file.
        Returns:
        The output stream for the text file.
      • process

        public void process(java.io.File outputFile)
        Process, and generate the output file.
        Parameters:
        outputFile - The output file.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.