Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode

Packages that use DeLiCluNode
de.lmu.ifi.dbs.elki.algorithm.clustering Clustering algorithms Clustering algorithms are supposed to implement the Algorithm-Interface. 
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu DeLiCluTree 
 

Uses of DeLiCluNode in de.lmu.ifi.dbs.elki.algorithm.clustering
 

Fields in de.lmu.ifi.dbs.elki.algorithm.clustering with type parameters of type DeLiCluNode
private  KNNJoin<O,D,DeLiCluNode,DeLiCluEntry> DeLiClu.knnJoin
          Holds the knnJoin algorithm.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.clustering with parameters of type DeLiCluNode
private  void DeLiClu.expandDirNodes(SpatialDistanceFunction<O,D> distFunction, DeLiCluNode node1, DeLiCluNode node2)
          Expands the specified directory nodes.
private  void DeLiClu.expandLeafNodes(SpatialDistanceFunction<O,D> distFunction, DeLiCluNode node1, DeLiCluNode node2, AnnotationResult<KNNList<D>> knns)
          Expands the specified directory nodes.
 

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering with type arguments of type DeLiCluNode
private  Integer DeLiClu.getStartObject(SpatialIndexDatabase<O,DeLiCluNode,DeLiCluEntry> database)
          Returns the id of the start object for the run method.
 

Uses of DeLiCluNode in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that return DeLiCluNode
protected  DeLiCluNode DeLiCluNode.createNewDirectoryNode(int capacity)
          Creates a new directory node with the specified capacity.
protected  DeLiCluNode DeLiCluTree.createNewDirectoryNode(int capacity)
          Creates a new directory node with the specified capacity.
protected  DeLiCluNode DeLiCluNode.createNewLeafNode(int capacity)
          Creates a new leaf node with the specified capacity.
protected  DeLiCluNode DeLiCluTree.createNewLeafNode(int capacity)
          Creates a new leaf node with the specified capacity.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu with parameters of type DeLiCluNode
protected  DeLiCluEntry DeLiCluTree.createNewDirectoryEntry(DeLiCluNode node)
          Creates a new directory entry representing the specified node.
 Set<Integer> DeLiCluTree.getExpanded(DeLiCluNode entry)
          Returns the nodes which are already expanded with the specified node.
protected  void DeLiCluNode.integrityCheckParameters(DeLiCluNode parent, int index)
          Tests, if the parameters of the entry representing this node, are correctly set.
 

Constructor parameters in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu with type arguments of type DeLiCluNode
DeLiCluNode(PageFile<DeLiCluNode> file, int capacity, boolean isLeaf)
          Creates a new DeLiCluNode with the specified parameters.
 


Release 0.2 (2009-07-06_1820)