Uses of Class
elki.evaluation.scores.ROCEvaluation.ROCurve
-
Packages that use ROCEvaluation.ROCurve Package Description elki.evaluation.scores Evaluation of rankings and scorings. -
-
Uses of ROCEvaluation.ROCurve in elki.evaluation.scores
Methods in elki.evaluation.scores that return ROCEvaluation.ROCurve Modifier and Type Method Description static ROCEvaluation.ROCurve
ROCEvaluation. materializeROC(ScoreEvaluation.Adapter adapter)
Compute a ROC curve given a set of positive IDs and a sorted list of (comparable, ID)s, where the comparable object is used to decided when two objects are interchangeable.
-