Documentation of 'org.joone.engine.LinearLayer' Java class
LinearLayer
org.joone.engine

Class LinearLayer

    • Constructor Detail

      • LinearLayer

        public LinearLayer()
        The constructor
      • LinearLayer

        public LinearLayer(java.lang.String ElemName)
        The constructor
        Parameters:
        ElemName - The name of the Layer
    • Method Detail

      • backward

        public void backward(double[] pattern)
        Description copied from class: Layer
        Reverse transfer function of the component.
        Parameters:
        pattern - input pattern on which to apply the transfer function
      • forward

        public void forward(double[] pattern)
        Description copied from class: Layer
        Transfer function to recall a result on a trained net
        Parameters:
        pattern - input pattern to which to apply the rtransfer function
      • getBeta

        public double getBeta()
        Returns the value of the beta parameter
        Returns:
        double - The beta parameter
      • setBeta

        public void setBeta(double newBeta)
        Sets the beta value
        Parameters:
        newBeta - double
      • Inspections

        public java.util.Collection Inspections()
        It doesn't make sense to return biases for this layer
        Specified by:
        Inspections in interface Inspectable
        Overrides:
        Inspections in class Layer
        Returns:
        null
        See Also:
        org.joone.Inspection

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.