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

Interface FreeformConnection

    • Method Detail

      • addWeight

        void addWeight(double delta)
        Add to the connection weight.
        Parameters:
        delta - THe value to add.
      • getWeight

        double getWeight()
        Returns:
        The weight.
      • isRecurrent

        boolean isRecurrent()
        Returns:
        Is this a recurrent connection?
      • setRecurrent

        void setRecurrent(boolean recurrent)
        Determine if this is a recurrent connecton.
        Parameters:
        recurrent - True, if this is a recurrent connection.
      • setSource

        void setSource(FreeformNeuron source)
        Set the source neuron.
        Parameters:
        source - The source neuron.
      • setTarget

        void setTarget(FreeformNeuron target)
        Set the target neuron.
        Parameters:
        target - The target neuron.
      • setWeight

        void setWeight(double weight)
        Set the weight.
        Parameters:
        weight - The weight.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.