Package | Description |
---|---|
org.openimaj.algorithm.iterative | |
org.openimaj.util.function.predicates |
Modifier and Type | Class and Description |
---|---|
class |
MinEpsilonOrMaxIterations
Convenience class that or's together the
MinEpsilon and
MaxIterations to produce a predicate that stops (returns
true) as soon as either the minimum error is reached or the maximum number of
iterations is exceeded. |
Modifier and Type | Method and Description |
---|---|
Or<T> |
Or.add(Predicate<T> p)
Add a new predicate to this "or"
|