Uses of Class
elki.evaluation.clustering.internal.NoiseHandling
-
Packages that use NoiseHandling Package Description elki.evaluation.clustering.internal Internal evaluation measures for clusterings.elki.outlier.clustering Clustering based outlier detection. -
-
Uses of NoiseHandling in elki.evaluation.clustering.internal
Fields in elki.evaluation.clustering.internal declared as NoiseHandling Modifier and Type Field Description private NoiseHandlingConcordantPairsGammaTau. noiseHandlingOption for noise handling.private NoiseHandlingConcordantPairsGammaTau.Par. noiseHandlingOption, how noise should be treated.private NoiseHandlingPBMIndex. noiseHandlingOption for noise handling.private NoiseHandlingPBMIndex.Par. noiseHandlingOption, how noise should be treated.private NoiseHandlingCIndex. noiseOptionOption for noise handling.private NoiseHandlingCIndex.Par. noiseOptionOption, how noise should be treated.private NoiseHandlingClusterRadius. noiseOptionHandling of Noise clustersprivate NoiseHandlingClusterRadius.Par. noiseOptionHandling of noise clusters.private NoiseHandlingDaviesBouldinIndex. noiseOptionOption for noise handling.private NoiseHandlingDaviesBouldinIndex.Par. noiseOptionOption, how noise should be treated.private NoiseHandlingSilhouette. noiseOptionOption for noise handling.private NoiseHandlingSilhouette.Par. noiseOptionNoise handlingprivate NoiseHandlingSimplifiedSilhouette. noiseOptionOption for noise handling.private NoiseHandlingSimplifiedSilhouette.Par. noiseOptionOption, how noise should be treated.private NoiseHandlingSquaredErrors. noiseOptionHandling of Noise clustersprivate NoiseHandlingSquaredErrors.Par. noiseOptionHandling of noise clusters.private NoiseHandlingVarianceRatioCriterion. noiseOptionOption for noise handling.private NoiseHandlingVarianceRatioCriterion.Par. noiseOptionOption, how noise should be treated.Methods in elki.evaluation.clustering.internal that return NoiseHandling Modifier and Type Method Description static NoiseHandlingNoiseHandling. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NoiseHandling[]NoiseHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in elki.evaluation.clustering.internal with parameters of type NoiseHandling Modifier and Type Method Description static intSimplifiedSilhouette. centroids(Relation<? extends NumberVector> rel, java.util.List<? extends Cluster<?>> clusters, NumberVector[] centroids, NoiseHandling noiseOption)Compute centroids.static intVarianceRatioCriterion. globalCentroid(Centroid overallCentroid, Relation<? extends NumberVector> rel, java.util.List<? extends Cluster<?>> clusters, NumberVector[] centroids, NoiseHandling noiseOption)Update the global centroid.Constructors in elki.evaluation.clustering.internal with parameters of type NoiseHandling Constructor Description CIndex(Distance<? super O> distance, NoiseHandling noiseOpt)Constructor.ClusterRadius(NumberVectorDistance<?> distance, NoiseHandling noiseOption)Constructor.ConcordantPairsGammaTau(PrimitiveDistance<? super NumberVector> distance, NoiseHandling noiseHandling)Constructor.DaviesBouldinIndex(NumberVectorDistance<?> distance, NoiseHandling noiseOpt, double p)Constructor.PBMIndex(NumberVectorDistance<?> distance, NoiseHandling noiseOpt)Constructor.Silhouette(Distance<? super O> distance, NoiseHandling noiseOption, boolean penalize)Constructor.SimplifiedSilhouette(NumberVectorDistance<?> distance, NoiseHandling noiseOpt, boolean penalize)Constructor.SquaredErrors(NumberVectorDistance<?> distance, NoiseHandling noiseOption)Constructor.VarianceRatioCriterion(NoiseHandling noiseOption, boolean penalize)Constructor. -
Uses of NoiseHandling in elki.outlier.clustering
Fields in elki.outlier.clustering declared as NoiseHandling Modifier and Type Field Description protected NoiseHandlingSilhouetteOutlierDetection. noiseOptionOption for noise handling.protected NoiseHandlingSilhouetteOutlierDetection.Par. noiseOptionNoise handlingConstructors in elki.outlier.clustering with parameters of type NoiseHandling Constructor Description SilhouetteOutlierDetection(Distance<? super O> distance, ClusteringAlgorithm<?> clusterer, NoiseHandling noiseOption)Constructor.
-