org.neuroph.core.learning.stop
Interface StopCondition
-
- All Known Implementing Classes:
- MaxErrorStop, MaxIterationsStop, SmallErrorChangeStop
public interface StopConditionInterface for learning rule stop condition. Classes implementing this interface should just implement one method and return true if learning rule should stop
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description booleanisReached()Returns true if learning rule should stop, false otherwise
-
DMelt 3.0 © DataMelt by jWork.ORG