Uses of Class
elki.data.model.ClusterModel
-
Packages that use ClusterModel Package Description elki.clustering.onedimensional Clustering algorithms for one-dimensional data.elki.data.model Cluster models classes for various algorithms. -
-
Uses of ClusterModel in elki.clustering.onedimensional
Methods in elki.clustering.onedimensional that return types with arguments of type ClusterModel Modifier and Type Method Description Clustering<ClusterModel>
KNNKernelDensityMinimaClustering. run(Relation<? extends NumberVector> relation)
Run the clustering algorithm on a data relation. -
Uses of ClusterModel in elki.data.model
Fields in elki.data.model declared as ClusterModel Modifier and Type Field Description static ClusterModel
ClusterModel. CLUSTER
Static cluster model that can be shared for all clusters (since the object doesn't include meta information.
-