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 Axis-parallel subspace clustering algorithms The clustering algorithms in this package are instances of both, projected clustering algorithms or subspace clustering algorithms according to the classical but somewhat obsolete classification schema of clustering algorithms for axis-parallel subspaces. 
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.leftNeighbor(CLIQUEUnit<V> unit, Integer dim)
          Returns the left neighbor of the given unit in the specified dimension.
 CLIQUEUnit<V> CLIQUESubspace.rightNeighbor(CLIQUEUnit<V> 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 that return types with arguments of type CLIQUEUnit
 List<CLIQUEUnit<V>> CLIQUESubspace.getDenseUnits()
           
 

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, CLIQUESubspace<V> model)
          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.leftNeighbor(CLIQUEUnit<V> unit, Integer dim)
          Returns the left neighbor of the given unit in the specified dimension.
 CLIQUEUnit<V> CLIQUESubspace.rightNeighbor(CLIQUEUnit<V> unit, Integer dim)
          Returns the right neighbor of the given unit in the specified dimension.
 


Release 0.3 (2010-03-31_1612)