Uses of Class
elki.data.model.SimplePrototypeModel
-
Packages that use SimplePrototypeModel Package Description elki.clustering Clustering algorithms.elki.clustering.kcenter K-center clustering.elki.data.model Cluster models classes for various algorithms.tutorial.clustering Classes from the tutorial on implementing a custom k-means variation. -
-
Uses of SimplePrototypeModel in elki.clustering
Methods in elki.clustering that return types with arguments of type SimplePrototypeModel Modifier and Type Method Description Clustering<SimplePrototypeModel<DBID>>
CFSFDP. run(Relation<O> relation)
Perform CFSFDP clustering. -
Uses of SimplePrototypeModel in elki.clustering.kcenter
Methods in elki.clustering.kcenter that return types with arguments of type SimplePrototypeModel Modifier and Type Method Description Clustering<SimplePrototypeModel<O>>
GreedyKCenter. run(Relation<O> relation)
Perform greedy k-center clustering on the relation. -
Uses of SimplePrototypeModel in elki.data.model
Subclasses of SimplePrototypeModel in elki.data.model 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
SubspaceModel
Model for Subspace Clusters. -
Uses of SimplePrototypeModel in tutorial.clustering
Methods in tutorial.clustering that return types with arguments of type SimplePrototypeModel Modifier and Type Method Description Clustering<SimplePrototypeModel<DBID>>
CFSFDP. run(Relation<O> relation)
Perform CFSFDP clustering.
-