Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.data.Subspace

Packages that use Subspace
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique Helper classes for the CLIQUE algorithm. 
de.lmu.ifi.dbs.elki.data Basic classes for different data types, database object types and label types. 
 

Uses of Subspace in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
 

Subclasses of Subspace in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique
 class CLIQUESubspace<V extends RealVector<V,?>>
          Represents a subspace of the original dataspace in the CLIQUE algorithm.
 

Uses of Subspace in de.lmu.ifi.dbs.elki.data
 

Methods in de.lmu.ifi.dbs.elki.data that return Subspace
 Subspace<V> Subspace.join(Subspace<V> other, double all, double tau)
          Joins this subspace with the specified subspace.
 

Methods in de.lmu.ifi.dbs.elki.data with parameters of type Subspace
 Subspace<V> Subspace.join(Subspace<V> other, double all, double tau)
          Joins this subspace with the specified subspace.
protected  SortedSet<Integer> Subspace.joinDimensions(Subspace<V> other)
          Joins the dimensions of this subspace with the dimensions of the specified subspace.
 


Release 0.2 (2009-07-06_1820)