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) DeLiCluEntryDeLiClu.SpatialObjectPair. entry1The first entry of this pair.(package private) DeLiCluEntryDeLiClu.SpatialObjectPair. entry2The second entry of this pair.Methods in elki.clustering.optics with parameters of type DeLiCluEntry Modifier and Type Method Description private voidDeLiClu. 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 voidDeLiClu. reinsertExpanded(DeLiCluTree index, IndexTreePath<DeLiCluEntry> path, DataStore<KNNList> knns)Reinserts the objects of the already expanded nodes.private voidDeLiClu. 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 classDeLiCluDirectoryEntryDefines the requirements for a directory entry in an DeLiClu-Tree node.classDeLiCluLeafEntryDefines 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 DeLiCluEntryDeLiCluTree. createNewDirectoryEntry(DeLiCluNode node)Creates a new directory entry representing the specified node.protected DeLiCluEntryDeLiCluTree. 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 booleanDeLiCluNode. adjustEntry(DeLiCluEntry entry)it.unimi.dsi.fastutil.ints.IntSetDeLiCluTree. getExpanded(DeLiCluEntry entry)Returns the nodes which are already expanded with the specified node.voidDeLiCluTree. setExpanded(DeLiCluEntry entry1, DeLiCluEntry entry2)Marks the nodes with the specified ids as expanded.
-