Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation.ORCLUS.ORCLUSCluster

Packages that use ORCLUS.ORCLUSCluster
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation Correlation clustering algorithms 
 

Uses of ORCLUS.ORCLUSCluster in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation declared as ORCLUS.ORCLUSCluster
(package private)  ORCLUS.ORCLUSCluster ORCLUS.ProjectedEnergy.cluster
           
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return ORCLUS.ORCLUSCluster
private  ORCLUS.ORCLUSCluster ORCLUS.union(Database<V> database, ORCLUS.ORCLUSCluster c1, ORCLUS.ORCLUSCluster c2, int dim)
          Returns the union of the two specified clusters.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation that return types with arguments of type ORCLUS.ORCLUSCluster
private  List<ORCLUS.ORCLUSCluster> ORCLUS.initialSeeds(Database<V> database, int k)
          Initializes the list of seeds wit a random sample of size k.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type ORCLUS.ORCLUSCluster
private  Matrix ORCLUS.findBasis(Database<V> database, ORCLUS.ORCLUSCluster cluster, int dim)
          Finds the basis of the subspace of dimensionality dim for the specified cluster.
private  ORCLUS.ProjectedEnergy ORCLUS.projectedEnergy(Database<V> database, ORCLUS.ORCLUSCluster c_i, ORCLUS.ORCLUSCluster c_j, int i, int j, int dim)
          Computes the projected energy of the specified clusters.
private  ORCLUS.ProjectedEnergy ORCLUS.projectedEnergy(Database<V> database, ORCLUS.ORCLUSCluster c_i, ORCLUS.ORCLUSCluster c_j, int i, int j, int dim)
          Computes the projected energy of the specified clusters.
private  V ORCLUS.projection(ORCLUS.ORCLUSCluster c, V o)
          Returns the projection of real vector o in the subspace of cluster c.
private  ORCLUS.ORCLUSCluster ORCLUS.union(Database<V> database, ORCLUS.ORCLUSCluster c1, ORCLUS.ORCLUSCluster c2, int dim)
          Returns the union of the two specified clusters.
private  ORCLUS.ORCLUSCluster ORCLUS.union(Database<V> database, ORCLUS.ORCLUSCluster c1, ORCLUS.ORCLUSCluster c2, int dim)
          Returns the union of the two specified clusters.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with type arguments of type ORCLUS.ORCLUSCluster
private  void ORCLUS.assign(Database<V> database, List<ORCLUS.ORCLUSCluster> clusters)
          Creates a partitioning of the database by assigning each object to its closest seed.
private  void ORCLUS.merge(Database<V> database, List<ORCLUS.ORCLUSCluster> clusters, int k_new, int d_new)
          Reduces the number of seeds to k_new
 

Constructors in de.lmu.ifi.dbs.elki.algorithm.clustering.correlation with parameters of type ORCLUS.ORCLUSCluster
ORCLUS.ProjectedEnergy(int i, int j, ORCLUS.ORCLUSCluster cluster, DoubleDistance projectedEnergy)
           
 


Release 0.2.1 (2009-07-13_1605)