|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
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(Relation<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(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
ORCLUS.ORCLUSCluster cluster,
int dim)
Finds the basis of the subspace of dimensionality dim for the
specified cluster. |
private ORCLUS.ProjectedEnergy |
ORCLUS.projectedEnergy(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
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(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
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,
V factory)
Returns the projection of real vector o in the subspace of cluster c. |
private ORCLUS.ORCLUSCluster |
ORCLUS.union(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
ORCLUS.ORCLUSCluster c1,
ORCLUS.ORCLUSCluster c2,
int dim)
Returns the union of the two specified clusters. |
private ORCLUS.ORCLUSCluster |
ORCLUS.union(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
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(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
List<ORCLUS.ORCLUSCluster> clusters)
Creates a partitioning of the database by assigning each object to its closest seed. |
private void |
ORCLUS.merge(Relation<V> database,
DistanceQuery<V,DoubleDistance> distFunc,
List<ORCLUS.ORCLUSCluster> clusters,
int k_new,
int d_new,
IndefiniteProgress cprogress)
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)
|
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |