Uses of Interface
elki.result.ResultProcessor
-
Packages that use ResultProcessor Package Description elki.evaluation Functionality for the evaluation of algorithms.elki.evaluation.clustering Evaluation of clustering results.elki.evaluation.clustering.extractor Classes to extract clusterings from hierarchical clustering.elki.evaluation.clustering.internal Internal evaluation measures for clusterings.elki.evaluation.clustering.pairsegments Pair-segment analysis of multiple clusterings.elki.evaluation.index Simple index evaluation methods.elki.evaluation.outlier Evaluate an outlier score using a misclassification based cost model.elki.evaluation.similaritymatrix Render a distance matrix to visualize a clustering-distance-combination.elki.result Result types, representation and handling.elki.visualization.parallel3d 3DPC: 3D parallel coordinate plot visualization for ELKI.tutorial.outlier Tutorials on implementing outlier detection methods in ELKI. -
-
Uses of ResultProcessor in elki.evaluation
Subinterfaces of ResultProcessor in elki.evaluation Modifier and Type Interface Description interfaceEvaluatorInterface for post-algorithm evaluations, such as histograms, outlier score evaluations, ...Classes in elki.evaluation that implement ResultProcessor Modifier and Type Class Description classAutomaticEvaluationEvaluator that tries to auto-run a number of evaluation methods.classNoAutomaticEvaluationNo-operation evaluator, that only serves the purpose of explicitely disabling the default value ofAutomaticEvaluation, if you do not want evaluation to run. -
Uses of ResultProcessor in elki.evaluation.clustering
Classes in elki.evaluation.clustering that implement ResultProcessor Modifier and Type Class Description classEvaluateClusteringEvaluate a clustering result by comparing it to an existing cluster label.classLogClusterSizesThis class will log simple statistics on the clusters detected, such as the cluster sizes and the number of clusters. -
Uses of ResultProcessor in elki.evaluation.clustering.extractor
Classes in elki.evaluation.clustering.extractor that implement ResultProcessor Modifier and Type Class Description classCutDendrogramByHeightExtractorExtract clusters from a hierarchical clustering, during the evaluation phase.classCutDendrogramByNumberOfClustersExtractorExtract clusters from a hierarchical clustering, during the evaluation phase.classHDBSCANHierarchyExtractionEvaluatorExtract clusters from a hierarchical clustering, during the evaluation phase.classSimplifiedHierarchyExtractionEvaluatorExtract clusters from a hierarchical clustering, during the evaluation phase. -
Uses of ResultProcessor in elki.evaluation.clustering.internal
Classes in elki.evaluation.clustering.internal that implement ResultProcessor Modifier and Type Class Description classCIndex<O>Compute the C-index of a data set.classClusterRadiusEvaluate a clustering by the (weighted) cluster radius.classConcordantPairsGammaTauCompute the Gamma Criterion of a data set.classDaviesBouldinIndexCompute the Davies-Bouldin index of a data set.classDBCV<O>Compute the Density-Based Clustering Validation Index.classPBMIndexCompute the PBM index of a clusteringclassSilhouette<O>Compute the silhouette of a data set.classSimplifiedSilhouetteCompute the simplified silhouette of a data set.classSquaredErrorsEvaluate a clustering by reporting the squared errors (SSE, SSQ), as used by k-means.classVarianceRatioCriterionCompute the Variance Ratio Criterion of a data set, also known as Calinski-Harabasz index. -
Uses of ResultProcessor in elki.evaluation.clustering.pairsegments
Classes in elki.evaluation.clustering.pairsegments that implement ResultProcessor Modifier and Type Class Description classClusterPairSegmentAnalysisEvaluate clustering results by building segments for their pairs: shared pairs and differences. -
Uses of ResultProcessor in elki.evaluation.index
Classes in elki.evaluation.index that implement ResultProcessor Modifier and Type Class Description classIndexPurityCompute the purity of index pages as a naive measure for performance capabilities using the Gini index.classIndexStatisticsSimple index analytics, which includes the toString() dump of index information. -
Uses of ResultProcessor in elki.evaluation.outlier
Classes in elki.evaluation.outlier that implement ResultProcessor Modifier and Type Class Description classComputeOutlierHistogramCompute a Histogram to evaluate a ranking algorithm.classJudgeOutlierScoresCompute a Histogram to evaluate a ranking algorithm.classOutlierPrecisionAtKCurveCompute a curve containing the precision values for an outlier detection method.classOutlierPrecisionRecallCurveCompute a curve containing the precision values for an outlier detection method.classOutlierPrecisionRecallGainCurveCompute a curve containing the precision gain and revall gain values for an outlier detection method.classOutlierRankingEvaluationEvaluate outlier scores by their rankingclassOutlierROCCurveCompute a ROC curve to evaluate a ranking algorithm and compute the corresponding AUROC value.classOutlierSmROCCurveSmooth ROC curves are a variation of classic ROC curves that takes the scores into account.classOutlierThresholdClusteringPseudo clustering algorithm that builds clusters based on their outlier score. -
Uses of ResultProcessor in elki.evaluation.similaritymatrix
Classes in elki.evaluation.similaritymatrix that implement ResultProcessor Modifier and Type Class Description classComputeSimilarityMatrixImage<O>Compute a similarity matrix for a distance function. -
Uses of ResultProcessor in elki.result
Subinterfaces of ResultProcessor in elki.result Modifier and Type Interface Description interfaceResultHandlerInterface for any class that can handle resultsClasses in elki.result that implement ResultProcessor Modifier and Type Class Description classAutomaticVisualizationHandler to process and visualize a Result.classClusteringVectorDumperOutput a clustering result in a simple and compact ascii format: whitespace separated cluster indexesclassDiscardResultHandlerA dummy result handler that discards the actual result, for use in benchmarks.classExportVisualizationsClass that automatically generates all visualizations and exports them into SVG files.classKMLOutputHandlerClass to handle KML output.classLogResultStructureResultHandlerA result handler to help with ELKI development that will just show the structure of the result object.classResultWriterResult handler that feeds the data into a TextWriter. -
Uses of ResultProcessor in elki.visualization.parallel3d
Classes in elki.visualization.parallel3d that implement ResultProcessor Modifier and Type Class Description classOpenGL3DParallelCoordinates<O extends NumberVector>Simple JOGL2 based parallel coordinates visualization. -
Uses of ResultProcessor in tutorial.outlier
Classes in tutorial.outlier that implement ResultProcessor Modifier and Type Class Description classSimpleScoreDumperSimple example output handler for processing outlier scores.
-