Documentation of 'org.neuroph.core.learning.stop.MaxErrorStop' Java class
MaxErrorStop
org.neuroph.core.learning.stop

Class MaxErrorStop

  • All Implemented Interfaces:
    java.io.Serializable, StopCondition


    public class MaxErrorStop
    extends java.lang.Object
    implements StopCondition, java.io.Serializable
    Stops learning rule if total network error is below some specified value
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isReached()
      Returns true if learning rule should stop, false otherwise
      • Methods inherited from class java.lang.Object

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

      • isReached

        public boolean isReached()
        Description copied from interface: StopCondition
        Returns true if learning rule should stop, false otherwise
        Specified by:
        isReached in interface StopCondition
        Returns:
        true if learning rule should stop, false otherwise

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.