Package elki.evaluation
Interface Evaluator
-
- All Superinterfaces:
ResultProcessor
- All Known Implementing Classes:
AutomaticEvaluation,CIndex,ClusterPairSegmentAnalysis,ClusterRadius,ComputeOutlierHistogram,ComputeSimilarityMatrixImage,ConcordantPairsGammaTau,CutDendrogramByHeightExtractor,CutDendrogramByNumberOfClustersExtractor,DaviesBouldinIndex,DBCV,EvaluateClustering,HDBSCANHierarchyExtractionEvaluator,IndexPurity,IndexStatistics,JudgeOutlierScores,LogClusterSizes,NoAutomaticEvaluation,OutlierPrecisionAtKCurve,OutlierPrecisionRecallCurve,OutlierPrecisionRecallGainCurve,OutlierRankingEvaluation,OutlierROCCurve,OutlierSmROCCurve,OutlierThresholdClustering,PBMIndex,Silhouette,SimplifiedHierarchyExtractionEvaluator,SimplifiedSilhouette,SquaredErrors,VarianceRatioCriterion
public interface Evaluator extends ResultProcessor
Interface for post-algorithm evaluations, such as histograms, outlier score evaluations, ...- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
-
Methods inherited from interface elki.result.ResultProcessor
processNewResult
-
-