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

Interface InputSummation

  • All Known Implementing Classes:
    BasicActivationSummation


    public interface InputSummation
    Specifies how the inputs to a neuron are to be summed.
    • Method Detail

      • add

        void add(FreeformConnection connection)
        Add an input connection.
        Parameters:
        connection - The connection to add.
      • calculate

        double calculate()
        Perform the summation, and apply the activation function.
        Returns:
        The sum.
      • getActivationFunction

        ActivationFunction getActivationFunction()
        Returns:
        The activation function
      • getSum

        double getSum()
        Returns:
        The preactivation sum.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.