Uses of Class
elki.data.model.CorrelationModel
-
Packages that use CorrelationModel Package Description elki.clustering.correlation Correlation clustering algorithms. -
-
Uses of CorrelationModel in elki.clustering.correlation
Methods in elki.clustering.correlation that return types with arguments of type CorrelationModel Modifier and Type Method Description private java.util.List<java.util.List<Cluster<CorrelationModel>>>ERiC. extractCorrelationClusters(Clustering<Model> dbscanResult, Relation<? extends NumberVector> relation, int dimensionality, ERiCNeighborPredicate.Instance npred)Extracts the correlation clusters and noise from the copac result and returns a mapping of correlation dimension to maps of clusters within this correlation dimension.Clustering<CorrelationModel>ERiC. run(Database database, Relation<? extends NumberVector> relation)Performs the ERiC algorithm on the given database.Method parameters in elki.clustering.correlation with type arguments of type CorrelationModel Modifier and Type Method Description private voidERiC. buildHierarchy(Clustering<CorrelationModel> clustering, java.util.List<java.util.List<Cluster<CorrelationModel>>> clusterMap, ERiCNeighborPredicate.Instance npred)private voidERiC. buildHierarchy(Clustering<CorrelationModel> clustering, java.util.List<java.util.List<Cluster<CorrelationModel>>> clusterMap, ERiCNeighborPredicate.Instance npred)private booleanERiC. isParent(ERiCNeighborPredicate.Instance npred, Cluster<CorrelationModel> parent, It<Cluster<CorrelationModel>> iter)Returns true, if the specified parent cluster is a parent of one child of the children clusters.private booleanERiC. isParent(ERiCNeighborPredicate.Instance npred, Cluster<CorrelationModel> parent, It<Cluster<CorrelationModel>> iter)Returns true, if the specified parent cluster is a parent of one child of the children clusters.
-