Documentation of 'org.neuroph.core.transfer.Sgn' Java class
Sgn
org.neuroph.core.transfer

Class Sgn

  • All Implemented Interfaces:
    java.io.Serializable


    public class Sgn
    extends TransferFunction
    implements java.io.Serializable
    Sgn neuron transfer function.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Sgn() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double getOutput(double net)
      y = 1, x > 0 y = -1, x <= 0
      java.util.Properties getProperties()
      Returns the properties of this function
      • Methods inherited from class java.lang.Object

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

      • Sgn

        public Sgn()
    • Method Detail

      • getOutput

        public double getOutput(double net)
        y = 1, x > 0 y = -1, x <= 0
        Specified by:
        getOutput in class TransferFunction
        Parameters:
        net - total input
      • getProperties

        public java.util.Properties getProperties()
        Returns the properties of this function
        Returns:
        properties of this function

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.