Documentation of 'org.neuroph.core.input.SumSqr' Java class
SumSqr
org.neuroph.core.input

Class SumSqr

  • All Implemented Interfaces:
    java.io.Serializable


    public class SumSqr
    extends InputFunction
    implements java.io.Serializable
    Calculates squared sum of all input vector elements.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SumSqr() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getOutput(java.util.List<Connection> inputConnections)
      Returns ouput value of this input function for the given neuron inputs
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SumSqr

        public SumSqr()
    • Method Detail

      • getOutput

        public double getOutput(java.util.List<Connection> inputConnections)
        Description copied from class: InputFunction
        Returns ouput value of this input function for the given neuron inputs
        Specified by:
        getOutput in class InputFunction
        Parameters:
        inputConnections - neuron's input connections
        Returns:
        input total net input

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.