Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Interface
de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluEntry

Packages that use DeLiCluEntry
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 DeLiCluEntry in de.lmu.ifi.dbs.elki.algorithm.clustering
 

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

Method parameters in de.lmu.ifi.dbs.elki.algorithm.clustering with type arguments of type DeLiCluEntry
private  Integer DeLiClu.getStartObject(SpatialIndexDatabase<O,DeLiCluNode,DeLiCluEntry> database)
          Returns the id of the start object for the run method.
private  void DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction, DeLiCluTree<O> index, List<TreeIndexPathComponent<DeLiCluEntry>> path, AnnotationResult<KNNList<D>> knns)
          Reinserts the objects of the already expanded nodes.
private  void DeLiClu.reinsertExpanded(SpatialDistanceFunction<O,D> distFunction, DeLiCluTree<O> index, List<TreeIndexPathComponent<DeLiCluEntry>> path, int pos, SpatialEntry parentEntry, AnnotationResult<KNNList<D>> knns)
           
 

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

Classes in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that implement DeLiCluEntry
 class DeLiCluDirectoryEntry
          Defines the requirements for a directory entry in an DeLiClu-Tree node.
 class DeLiCluLeafEntry
          Defines the requirements for a leaf entry in an DeLiClu-Tree node.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that return DeLiCluEntry
protected  DeLiCluEntry DeLiCluTree.createNewDirectoryEntry(DeLiCluNode node)
          Creates a new directory entry representing the specified node.
protected  DeLiCluEntry DeLiCluTree.createNewLeafEntry(O object)
          Creates a new leaf entry representing the specified data object.
protected  DeLiCluEntry DeLiCluTree.createRootEntry()
          Creates an entry representing the root node.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu that return types with arguments of type DeLiCluEntry
 List<TreeIndexPathComponent<DeLiCluEntry>> DeLiCluTree.setHandled(O o)
          Marks the specified object as handled and returns the path of node ids from the root to the objects's parent.
 

Methods in de.lmu.ifi.dbs.elki.index.tree.spatial.rstarvariants.deliclu with parameters of type DeLiCluEntry
 void DeLiCluNode.adjustEntry(DeLiCluEntry entry)
           
protected  void DeLiCluTree.preInsert(DeLiCluEntry entry)
          Performs necessary operations before inserting the specified entry.
 


Release 0.3 (2010-03-31_1612)