Documentation of 'org.encog.neural.freeform.TempTrainingData' Java class
TempTrainingData
org.encog.neural.freeform

Interface TempTrainingData

    • Method Detail

      • addTempTraining

        void addTempTraining(int i,
                             double value)
        Add to the specified temp value.
        Parameters:
        i - The index.
        value - The value to add.
      • allocateTempTraining

        void allocateTempTraining(int l)
        Allocate the specified length of temp training.
        Parameters:
        l - The length.
      • clearTempTraining

        void clearTempTraining()
        Clear the temp training.
      • getTempTraining

        double getTempTraining(int index)
        Get the specified temp training.
        Parameters:
        index - The indfex.
        Returns:
        The temp training value.
      • setTempTraining

        void setTempTraining(int index,
                             double value)
        Set a temp training value.
        Parameters:
        index - The index.
        value - The value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.