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 NoiseHandling
ConcordantPairsGammaTau. noiseHandling
Option for noise handling.private NoiseHandling
ConcordantPairsGammaTau.Par. noiseHandling
Option, how noise should be treated.private NoiseHandling
PBMIndex. noiseHandling
Option for noise handling.private NoiseHandling
PBMIndex.Par. noiseHandling
Option, how noise should be treated.private NoiseHandling
CIndex. noiseOption
Option for noise handling.private NoiseHandling
CIndex.Par. noiseOption
Option, how noise should be treated.private NoiseHandling
ClusterRadius. noiseOption
Handling of Noise clustersprivate NoiseHandling
ClusterRadius.Par. noiseOption
Handling of noise clusters.private NoiseHandling
DaviesBouldinIndex. noiseOption
Option for noise handling.private NoiseHandling
DaviesBouldinIndex.Par. noiseOption
Option, how noise should be treated.private NoiseHandling
Silhouette. noiseOption
Option for noise handling.private NoiseHandling
Silhouette.Par. noiseOption
Noise handlingprivate NoiseHandling
SimplifiedSilhouette. noiseOption
Option for noise handling.private NoiseHandling
SimplifiedSilhouette.Par. noiseOption
Option, how noise should be treated.private NoiseHandling
SquaredErrors. noiseOption
Handling of Noise clustersprivate NoiseHandling
SquaredErrors.Par. noiseOption
Handling of noise clusters.private NoiseHandling
VarianceRatioCriterion. noiseOption
Option for noise handling.private NoiseHandling
VarianceRatioCriterion.Par. noiseOption
Option, how noise should be treated.Methods in elki.evaluation.clustering.internal that return NoiseHandling Modifier and Type Method Description static NoiseHandling
NoiseHandling. 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 int
SimplifiedSilhouette. centroids(Relation<? extends NumberVector> rel, java.util.List<? extends Cluster<?>> clusters, NumberVector[] centroids, NoiseHandling noiseOption)
Compute centroids.static int
VarianceRatioCriterion. 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 NoiseHandling
SilhouetteOutlierDetection. noiseOption
Option for noise handling.protected NoiseHandling
SilhouetteOutlierDetection.Par. noiseOption
Noise handlingConstructors in elki.outlier.clustering with parameters of type NoiseHandling Constructor Description SilhouetteOutlierDetection(Distance<? super O> distance, ClusteringAlgorithm<?> clusterer, NoiseHandling noiseOption)
Constructor.
-