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

Interface StopCondition

  • All Known Implementing Classes:
    MaxErrorStop, MaxIterationsStop, SmallErrorChangeStop


    public interface StopCondition
    Interface for learning rule stop condition. Classes implementing this interface should just implement one method and return true if learning rule should stop
    • Method Detail

      • isReached

        boolean isReached()
        Returns true if learning rule should stop, false otherwise
        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.