Package elki.result
Interface ResultProcessor
-
- All Known Subinterfaces:
Evaluator
,ResultHandler
- All Known Implementing Classes:
AutomaticEvaluation
,AutomaticVisualization
,CIndex
,ClusteringVectorDumper
,ClusterPairSegmentAnalysis
,ClusterRadius
,ComputeOutlierHistogram
,ComputeSimilarityMatrixImage
,ConcordantPairsGammaTau
,CutDendrogramByHeightExtractor
,CutDendrogramByNumberOfClustersExtractor
,DaviesBouldinIndex
,DBCV
,DiscardResultHandler
,EvaluateClustering
,ExportVisualizations
,HDBSCANHierarchyExtractionEvaluator
,IndexPurity
,IndexStatistics
,JudgeOutlierScores
,KMLOutputHandler
,LogClusterSizes
,LogResultStructureResultHandler
,NoAutomaticEvaluation
,OpenGL3DParallelCoordinates
,OutlierPrecisionAtKCurve
,OutlierPrecisionRecallCurve
,OutlierPrecisionRecallGainCurve
,OutlierRankingEvaluation
,OutlierROCCurve
,OutlierSmROCCurve
,OutlierThresholdClustering
,PBMIndex
,ResultWriter
,Silhouette
,SimpleScoreDumper
,SimplifiedHierarchyExtractionEvaluator
,SimplifiedSilhouette
,SquaredErrors
,VarianceRatioCriterion
public interface ResultProcessor
Interface for any class that can handle results.- Since:
- 0.2
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processNewResult(java.lang.Object newResult)
Process a result.
-