Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique.CLIQUEUnit

Packages that use CLIQUEUnit
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace Package to collect algorithms for clustering in axis-parallel subspaces, suitable as a task for the KDDTask main routine. 
de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique Helper classes for the CLIQUE algorithm. 
 

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

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace that return types with arguments of type CLIQUEUnit
private  Collection<CLIQUEUnit<V>> CLIQUE.initOneDimensionalUnits(Database<V> database)
          Initializes and returns the one dimensional units.
 

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

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with type parameters of type CLIQUEUnit
private  List<CLIQUEUnit<V>> CLIQUESubspace.denseUnits
          The dense units belonging to this subspace.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique that return CLIQUEUnit
 CLIQUEUnit<V> CLIQUEUnit.join(CLIQUEUnit<V> other, double all, double tau)
          Joins this unit with the specified unit.
 CLIQUEUnit<V> CLIQUESubspace.leftNeighbour(CLIQUEUnit unit, Integer dim)
          Returns the left neighbor of the given unit in the specified dimension.
 CLIQUEUnit<V> CLIQUESubspace.rightNeighbour(CLIQUEUnit unit, Integer dim)
          Returns the right neighbor of the given unit in the specified dimension.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.clique with parameters of type CLIQUEUnit
 void CLIQUESubspace.addDenseUnit(CLIQUEUnit<V> unit)
          Adds the specified dense unit to this subspace.
 void CLIQUESubspace.dfs(CLIQUEUnit<V> unit, Set<Integer> cluster)
          Depth-first search algorithm to find connected dense units in this subspace that build a cluster.
 CLIQUEUnit<V> CLIQUEUnit.join(CLIQUEUnit<V> other, double all, double tau)
          Joins this unit with the specified unit.
 CLIQUEUnit<V> CLIQUESubspace.leftNeighbour(CLIQUEUnit unit, Integer dim)
          Returns the left neighbor of the given unit in the specified dimension.
 CLIQUEUnit<V> CLIQUESubspace.rightNeighbour(CLIQUEUnit unit, Integer dim)
          Returns the right neighbor of the given unit in the specified dimension.
 


Release 0.1 (2008-07-10_1838)