Uses of Class
elki.clustering.correlation.ORCLUS.ORCLUSCluster
-
Packages that use ORCLUS.ORCLUSCluster Package Description elki.clustering.correlation Correlation clustering algorithms. -
-
Uses of ORCLUS.ORCLUSCluster in elki.clustering.correlation
Fields in elki.clustering.correlation declared as ORCLUS.ORCLUSCluster Modifier and Type Field Description (package private) ORCLUS.ORCLUSCluster
ORCLUS.ProjectedEnergy. cluster
Resulting merged clusterMethods in elki.clustering.correlation that return ORCLUS.ORCLUSCluster Modifier and Type Method Description private ORCLUS.ORCLUSCluster
ORCLUS. union(Relation<? extends NumberVector> relation, ORCLUS.ORCLUSCluster c1, ORCLUS.ORCLUSCluster c2, int dim)
Returns the union of the two specified clusters.Methods in elki.clustering.correlation that return types with arguments of type ORCLUS.ORCLUSCluster Modifier and Type Method Description private java.util.List<ORCLUS.ORCLUSCluster>
ORCLUS. initialSeeds(Relation<? extends NumberVector> database, int k)
Initializes the list of seeds wit a random sample of size k.Methods in elki.clustering.correlation with parameters of type ORCLUS.ORCLUSCluster Modifier and Type Method Description private double[][]
ORCLUS. findBasis(Relation<? extends NumberVector> database, ORCLUS.ORCLUSCluster cluster, int dim)
Finds the basis of the subspace of dimensionalitydim
for the specified cluster.private ORCLUS.ProjectedEnergy
ORCLUS. projectedEnergy(Relation<? extends NumberVector> relation, ORCLUS.ORCLUSCluster c_i, ORCLUS.ORCLUSCluster c_j, int i, int j, int dim)
Computes the projected energy of the specified clusters.private ORCLUS.ORCLUSCluster
ORCLUS. union(Relation<? extends NumberVector> relation, ORCLUS.ORCLUSCluster c1, ORCLUS.ORCLUSCluster c2, int dim)
Returns the union of the two specified clusters.Method parameters in elki.clustering.correlation with type arguments of type ORCLUS.ORCLUSCluster Modifier and Type Method Description private void
ORCLUS. assign(Relation<? extends NumberVector> database, java.util.List<ORCLUS.ORCLUSCluster> clusters)
Creates a partitioning of the database by assigning each object to its closest seed.private void
ORCLUS. merge(Relation<? extends NumberVector> relation, java.util.List<ORCLUS.ORCLUSCluster> clusters, int k_new, int d_new, IndefiniteProgress cprogress)
Reduces the number of seeds to k_newConstructors in elki.clustering.correlation with parameters of type ORCLUS.ORCLUSCluster Constructor Description ProjectedEnergy(int i, int j, ORCLUS.ORCLUSCluster cluster, double projectedEnergy)
Constructor.
-