Uses of Interface
elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluEntry
-
Packages that use DeLiCluEntry Package Description elki.clustering.optics OPTICS family of clustering algorithms.elki.index.tree.spatial.rstarvariants.deliclu -
-
Uses of DeLiCluEntry in elki.clustering.optics
Fields in elki.clustering.optics declared as DeLiCluEntry Modifier and Type Field Description (package private) DeLiCluEntry
DeLiClu.SpatialObjectPair. entry1
The first entry of this pair.(package private) DeLiCluEntry
DeLiClu.SpatialObjectPair. entry2
The second entry of this pair.Methods in elki.clustering.optics with parameters of type DeLiCluEntry Modifier and Type Method Description private void
DeLiClu. reinsertExpanded(DeLiCluTree index, java.util.List<IndexTreePath<DeLiCluEntry>> path, int pos, DeLiCluEntry parentEntry, DataStore<KNNList> knns)
Method parameters in elki.clustering.optics with type arguments of type DeLiCluEntry Modifier and Type Method Description private void
DeLiClu. reinsertExpanded(DeLiCluTree index, IndexTreePath<DeLiCluEntry> path, DataStore<KNNList> knns)
Reinserts the objects of the already expanded nodes.private void
DeLiClu. reinsertExpanded(DeLiCluTree index, java.util.List<IndexTreePath<DeLiCluEntry>> path, int pos, DeLiCluEntry parentEntry, DataStore<KNNList> knns)
Constructors in elki.clustering.optics with parameters of type DeLiCluEntry Constructor Description SpatialObjectPair(double distance, DeLiCluEntry entry1, DeLiCluEntry entry2, boolean isExpandable)
Creates a new entry with the specified parameters. -
Uses of DeLiCluEntry in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement DeLiCluEntry Modifier and Type Class Description 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 elki.index.tree.spatial.rstarvariants.deliclu that return DeLiCluEntry Modifier and Type Method Description 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 elki.index.tree.spatial.rstarvariants.deliclu that return types with arguments of type DeLiCluEntry Modifier and Type Method Description IndexTreePath<DeLiCluEntry>
DeLiCluTreeIndex. setHandled(DBIDRef 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 elki.index.tree.spatial.rstarvariants.deliclu with parameters of type DeLiCluEntry Modifier and Type Method Description boolean
DeLiCluNode. adjustEntry(DeLiCluEntry entry)
it.unimi.dsi.fastutil.ints.IntSet
DeLiCluTree. getExpanded(DeLiCluEntry entry)
Returns the nodes which are already expanded with the specified node.void
DeLiCluTree. setExpanded(DeLiCluEntry entry1, DeLiCluEntry entry2)
Marks the nodes with the specified ids as expanded.
-