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 classCorrelationModelCluster model using a filtered PCA result and an centroid.classEMModelCluster model of an EM cluster, providing a mean and a full covariance Matrix.classGeneratorModelCluster model for synthetically generated data.classKMeansModelTrivial subclass of theMeanModelthat indicates the clustering to be produced by k-means (so the Voronoi cell visualization is sensible).classMeanModelCluster model that stores a mean for the cluster.classMedoidModelCluster model that stores a mean for the cluster.classPrototypeDendrogramModelHierarchical cluster, with prototype.classSimplePrototypeModel<V>Cluster model that stores a prototype for each cluster.classSubspaceModelModel for Subspace Clusters.
-