Uses of Class
elki.evaluation.outlier.JudgeOutlierScores.ScoreResult
-
Packages that use JudgeOutlierScores.ScoreResult Package Description elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model. -
-
Uses of JudgeOutlierScores.ScoreResult in elki.evaluation.outlier
Methods in elki.evaluation.outlier that return JudgeOutlierScores.ScoreResult Modifier and Type Method Description protected JudgeOutlierScores.ScoreResult
JudgeOutlierScores. computeScore(DBIDs ids, DBIDs outlierIds, OutlierResult or)
Evaluate a single outlier score result.
-