Documentation of 'org.neuroph.nnet.learning.BinaryDeltaRule' Java class
BinaryDeltaRule
org.neuroph.nnet.learning

Class BinaryDeltaRule

  • All Implemented Interfaces:
    java.io.Serializable


    public class BinaryDeltaRule
    extends PerceptronLearning
    Delta rule learning algorithm for perceptrons with step functions. The difference to Perceptronlearning is that Delta Rule calculates error before the non-lnear step transfer function
    See Also:
    Serialized Form
    • Constructor Detail

      • BinaryDeltaRule

        public BinaryDeltaRule()
        Creates new BinaryDeltaRule learning
    • Method Detail

      • getErrorCorrection

        public double getErrorCorrection()
        Gets the errorCorrection parametar
        Returns:
        errorCorrection parametar
      • setErrorCorrection

        public void setErrorCorrection(double errorCorrection)
        Sets the errorCorrection parametar
        Parameters:
        errorCorrection - the value for errorCorrection parametar

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.