Uses of Interface
elki.data.model.PrototypeModel
-
Packages that use PrototypeModel Package Description elki.clustering Clustering algorithms.elki.data.model Cluster models classes for various algorithms. -
-
Uses of PrototypeModel in elki.clustering
Methods in elki.clustering that return types with arguments of type PrototypeModel Modifier and Type Method Description Clustering<PrototypeModel<O>>
CanopyPreClustering. run(Relation<O> relation)
Run the canopy clustering algorithmClustering<PrototypeModel<O>>
Leader. run(Relation<O> relation)
Run the leader clustering algorithm. -
Uses of PrototypeModel in elki.data.model
Classes in elki.data.model that implement PrototypeModel Modifier and Type Class Description class
CorrelationModel
Cluster model using a filtered PCA result and an centroid.class
EMModel
Cluster model of an EM cluster, providing a mean and a full covariance Matrix.class
GeneratorModel
Cluster model for synthetically generated data.class
KMeansModel
Trivial subclass of theMeanModel
that indicates the clustering to be produced by k-means (so the Voronoi cell visualization is sensible).class
MeanModel
Cluster model that stores a mean for the cluster.class
MedoidModel
Cluster model that stores a mean for the cluster.class
PrototypeDendrogramModel
Hierarchical cluster, with prototype.class
SimplePrototypeModel<V>
Cluster model that stores a prototype for each cluster.class
SubspaceModel
Model for Subspace Clusters.
-