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<NV,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(SpatialPrimitiveDistanceFunction<NV,D> distFunction, DeLiCluNode node1, DeLiCluNode node2)
          Expands the specified directory nodes.
private  void DeLiClu.expandLeafNodes(SpatialPrimitiveDistanceFunction<NV,D> distFunction, DeLiCluNode node1, DeLiCluNode node2, DataStore<KNNList<D>> knns)
          Expands the specified leaf nodes.
 

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 DeLiCluTree.createNewDirectoryNode()
          Creates a new directory node with the specified capacity.
protected  DeLiCluNode DeLiCluTree.createNewLeafNode()
          Creates a new leaf node with the specified capacity.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that return types with arguments of type DeLiCluNode
protected  Class<DeLiCluNode> DeLiCluTreeFactory.getNodeClass()
           
 

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
DeLiCluTree(PageFile<DeLiCluNode> pagefile, BulkSplit bulkSplitter, InsertionStrategy insertionStrategy)
          Constructor.
DeLiCluTreeIndex(Relation<O> relation, PageFile<DeLiCluNode> pagefile, BulkSplit bulkSplitter, InsertionStrategy insertionStrategy)
          Constructor.
 


Release 0.4.0 (2011-09-20_1324)