Uses of Class
elki.evaluation.scores.PRGCEvaluation.PRGCurve
-
Packages that use PRGCEvaluation.PRGCurve Package Description elki.evaluation.scores Evaluation of rankings and scorings. -
-
Uses of PRGCEvaluation.PRGCurve in elki.evaluation.scores
Methods in elki.evaluation.scores that return PRGCEvaluation.PRGCurve Modifier and Type Method Description static PRGCEvaluation.PRGCurve
PRGCEvaluation. materializePRGC(ScoreEvaluation.Adapter adapter)
Compute the PRG curve given a predicate function and an iterator.Methods in elki.evaluation.scores with parameters of type PRGCEvaluation.PRGCurve Modifier and Type Method Description private static double
PRGCEvaluation. computePRGAUC(ScoreEvaluation.Adapter adapter, PRGCEvaluation.PRGCurve curve)
Compute the precision-recall-gain-curve
-