|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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<NV,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 void |
DeLiClu.reinsertExpanded(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiCluTree index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
DataStore<KNNList<D>> knns)
Reinserts the objects of the already expanded nodes. |
private void |
DeLiClu.reinsertExpanded(SpatialPrimitiveDistanceFunction<NV,D> distFunction,
DeLiCluTree index,
List<TreeIndexPathComponent<DeLiCluEntry>> path,
int pos,
SpatialDirectoryEntry parentEntry,
DataStore<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.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>> |
DeLiCluTreeIndex.setHandled(DBID id,
O obj)
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)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||