T
- Data typepublic static interface ScoreEvaluation.Predicate<T>
Modifier and Type | Method and Description |
---|---|
int |
numPositive()
Return the number of positive ids.
|
boolean |
test(T o)
Test a result.
|
boolean test(T o)
o
- Object to testtrue
when positive.int numPositive()
Copyright © 2019 ELKI Development Team. License information.