Uses of Class
elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode
-
Packages that use DeLiCluNode Package Description elki.clustering.optics OPTICS family of clustering algorithms.elki.index.tree.spatial.rstarvariants.deliclu -
-
Uses of DeLiCluNode in elki.clustering.optics
Methods in elki.clustering.optics with parameters of type DeLiCluNode Modifier and Type Method Description private void
DeLiClu. expandDirNodes(DeLiCluNode node1, DeLiCluNode node2)
Expands the specified directory nodes.private void
DeLiClu. expandLeafNodes(DeLiCluNode node1, DeLiCluNode node2, DataStore<KNNList> knns)
Expands the specified leaf nodes. -
Uses of DeLiCluNode in elki.index.tree.spatial.rstarvariants.deliclu
Methods in elki.index.tree.spatial.rstarvariants.deliclu that return DeLiCluNode Modifier and Type Method Description 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 elki.index.tree.spatial.rstarvariants.deliclu that return types with arguments of type DeLiCluNode Modifier and Type Method Description protected java.lang.Class<DeLiCluNode>
DeLiCluTreeFactory. getNodeClass()
Methods in elki.index.tree.spatial.rstarvariants.deliclu with parameters of type DeLiCluNode Modifier and Type Method Description protected DeLiCluEntry
DeLiCluTree. createNewDirectoryEntry(DeLiCluNode node)
Creates a new directory entry representing the specified node.it.unimi.dsi.fastutil.ints.IntSet
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 elki.index.tree.spatial.rstarvariants.deliclu with type arguments of type DeLiCluNode Constructor Description DeLiCluTree(PageFile<DeLiCluNode> pagefile, RTreeSettings settings)
Constructor.DeLiCluTreeIndex(Relation<O> relation, PageFile<DeLiCluNode> pagefile, RTreeSettings settings)
Constructor.
-