org.neuroph.core.learning.stop
Class MaxErrorStop
- java.lang.Object
-
- org.neuroph.core.learning.stop.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
-
-
Constructor Summary
Constructors Constructor and Description MaxErrorStop(SupervisedLearning learningRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanisReached()Returns true if learning rule should stop, false otherwise
-
-
-
Constructor Detail
-
MaxErrorStop
public MaxErrorStop(SupervisedLearning learningRule)
-
-
Method Detail
-
isReached
public boolean isReached()
Description copied from interface:StopConditionReturns true if learning rule should stop, false otherwise- Specified by:
isReachedin interfaceStopCondition- Returns:
- true if learning rule should stop, false otherwise
-
-
DMelt 3.0 © DataMelt by jWork.ORG