org.neuroph.core.learning.stop
Class SmallErrorChangeStop
- java.lang.Object
-
- org.neuroph.core.learning.stop.SmallErrorChangeStop
-
- All Implemented Interfaces:
- java.io.Serializable, StopCondition
public class SmallErrorChangeStop extends java.lang.Object implements StopCondition, java.io.Serializable
Stops learning rule if error change has been too small for specified number of iterations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SmallErrorChangeStop(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
-
SmallErrorChangeStop
public SmallErrorChangeStop(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