Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering.BiclusteringTree

Packages that use BiclusteringTree
de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering Package to collect biclustering algorithms suitable as a task for the KDDTask main routine. 
 

Uses of BiclusteringTree in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering declared as BiclusteringTree
private  BiclusteringTree BiclusteringTree.parent
          The parent node of this node.
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering with type parameters of type BiclusteringTree
private  ArrayList<BiclusteringTree> BiclusteringTree.children
          The children of this node.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering that return BiclusteringTree
private  BiclusteringTree BiclusteringTree.getChild(int root)
          Getter for the child which has the node as root, whose rootEdge is parameter root.
 BiclusteringTree BiclusteringTree.getParent()
           
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering.biclustering that return types with arguments of type BiclusteringTree
 ArrayList<BiclusteringTree> BiclusteringTree.getChildren()
          Getter for the children of this Object.
 


Release 0.1 (2008-07-10_1838)