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 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.classSubspaceModelModel 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.
-