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

Class TimeSeriesUtil



  • public class TimeSeriesUtil
    extends java.lang.Object
    A utility used to breat data into time-series lead and lag.
    • Constructor Detail

      • TimeSeriesUtil

        public TimeSeriesUtil(EncogAnalyst theAnalyst,
                              boolean includeOutput,
                              java.util.List<java.lang.String> headings)
        Construct the time-series utility.
        Parameters:
        theAnalyst - The analyst to use.
        includeOutput - whether the output columns will be included in input
        headings - The column headings.
    • Method Detail

      • getAnalyst

        public EncogAnalyst getAnalyst()
        Returns:
        the analyst
      • getBuffer

        public java.util.List<double[]> getBuffer()
        Returns:
        the buffer
      • getHeadingMap

        public java.util.Map<java.lang.String,java.lang.Integer> getHeadingMap()
        Returns:
        the headingMap
      • getInputSize

        public int getInputSize()
        Returns:
        the inputSize
      • getLagDepth

        public int getLagDepth()
        Returns:
        the lagDepth
      • getLeadDepth

        public int getLeadDepth()
        Returns:
        the leadDepth
      • getOutputSize

        public int getOutputSize()
        Returns:
        the outputSize
      • getTotalDepth

        public int getTotalDepth()
        Returns:
        the totalDepth
      • process

        public double[] process(double[] input)
        Process a row.
        Parameters:
        input - The input.
        Returns:
        The output.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.