Uses of Class
elki.outlier.clustering.KMeansOutlierDetection.Rule
-
Packages that use KMeansOutlierDetection.Rule Package Description elki.outlier.clustering Clustering based outlier detection. -
-
Uses of KMeansOutlierDetection.Rule in elki.outlier.clustering
Fields in elki.outlier.clustering declared as KMeansOutlierDetection.Rule Modifier and Type Field Description (package private) KMeansOutlierDetection.Rule
KMeansOutlierDetection.Par. rule
Outlier scorig rule(package private) KMeansOutlierDetection.Rule
KMeansOutlierDetection. rule
Outlier scoring ruleMethods in elki.outlier.clustering that return KMeansOutlierDetection.Rule Modifier and Type Method Description static KMeansOutlierDetection.Rule
KMeansOutlierDetection.Rule. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KMeansOutlierDetection.Rule[]
KMeansOutlierDetection.Rule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.outlier.clustering with parameters of type KMeansOutlierDetection.Rule Constructor Description KMeansOutlierDetection(KMeans<O,?> clusterer, KMeansOutlierDetection.Rule rule)
Constructor.
-