Documentation of 'org.encog.neural.freeform.basic.BasicFreeformConnection' Java class
BasicFreeformConnection
org.encog.neural.freeform.basic

Class BasicFreeformConnection

    • Constructor Detail

      • BasicFreeformConnection

        public BasicFreeformConnection(FreeformNeuron theSource,
                                       FreeformNeuron theTarget)
        Construct a basic freeform connection.
        Parameters:
        theSource - The source neuron.
        theTarget - The target neuron.
    • Method Detail

      • addTempTraining

        public void addTempTraining(int i,
                                    double value)
        Add to the specified temp value.
        Specified by:
        addTempTraining in interface TempTrainingData
        Parameters:
        i - The index.
        value - The value to add.
      • addWeight

        public void addWeight(double delta)
        Add to the connection weight.
        Specified by:
        addWeight in interface FreeformConnection
        Parameters:
        delta - THe value to add.
      • allocateTempTraining

        public void allocateTempTraining(int l)
        Allocate the specified length of temp training.
        Specified by:
        allocateTempTraining in interface TempTrainingData
        Parameters:
        l - The length.
      • getTempTraining

        public double getTempTraining(int index)
        Get the specified temp training.
        Specified by:
        getTempTraining in interface TempTrainingData
        Parameters:
        index - The indfex.
        Returns:
        The temp training value.
      • isRecurrent

        public boolean isRecurrent()
        Specified by:
        isRecurrent in interface FreeformConnection
        Returns:
        Is this a recurrent connection?
      • setRecurrent

        public void setRecurrent(boolean recurrent)
        Determine if this is a recurrent connecton.
        Specified by:
        setRecurrent in interface FreeformConnection
        Parameters:
        recurrent - True, if this is a recurrent connection.
      • setTempTraining

        public void setTempTraining(int index,
                                    double value)
        Set a temp training value.
        Specified by:
        setTempTraining in interface TempTrainingData
        Parameters:
        index - The index.
        value - The value.
      • setWeight

        public void setWeight(double weight)
        Set the weight.
        Specified by:
        setWeight in interface FreeformConnection
        Parameters:
        weight - The weight.
      • 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.