JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.evaluation.roc
Interface ROC.Predicate<T>
Type Parameters:
T
- Data type
All Known Implementing Classes:
ROC.DBIDsTest
,
ROC.VectorNonZero
,
ROC.VectorOverThreshold
,
ROC.VectorZero
Enclosing class:
ROC
public static interface
ROC.Predicate<T>
Predicate to test whether an object is a true positive or false positive.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
test
(
T
o)
Method Detail
test
boolean test(
T
o)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.6.0 (2014-01-10_1610)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method