A B C D E F G H I K L M N O P Q R S T V W 
All Classes All Packages

D

decreaseCutoff(double) - Method in class elki.index.tree.spatial.rstarvariants.query.EuclideanRStarTreeDistancePrioritySearcher
 
decreaseCutoff(double) - Method in class elki.index.tree.spatial.rstarvariants.query.RStarTreeDistancePrioritySearcher
 
DEFAULT_DISTANCE_FUNCTION - Static variable in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTreeFactory
The default distance function.
delete(DBIDRef) - Method in class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
Deletes the specified object from this index.
delete(DBIDRef) - Method in class elki.index.tree.spatial.rstarvariants.flat.FlatRStarTreeIndex
 
delete(DBIDRef) - Method in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Deletes the specified object from this index.
delete(DBIDRef) - Method in class elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
Deletes the specified object from this index.
deleteAll(DBIDs) - Method in class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
 
deleteAll(DBIDs) - Method in class elki.index.tree.spatial.rstarvariants.flat.FlatRStarTreeIndex
 
deleteAll(DBIDs) - Method in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
 
deleteAll(DBIDs) - Method in class elki.index.tree.spatial.rstarvariants.rstar.RStarTreeIndex
 
deleteEntry(int) - Method in class elki.index.tree.spatial.rstarvariants.flat.FlatRStarTreeNode
Deletes the entry at the specified index and shifts all entries after the index to left.
deletePath(IndexTreePath<E>) - Method in class elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Delete a leaf at a given path - deletions for non-leaves are not supported!
DeLiCluDirectoryEntry - Class in elki.index.tree.spatial.rstarvariants.deliclu
Defines the requirements for a directory entry in an DeLiClu-Tree node.
DeLiCluDirectoryEntry() - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluDirectoryEntry
Empty constructor for serialization purposes.
DeLiCluDirectoryEntry(int, ModifiableHyperBoundingBox, boolean, boolean) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluDirectoryEntry
Constructs a new DeLiCluDirectoryEntry object with the given parameters.
DeLiCluEntry - Interface in elki.index.tree.spatial.rstarvariants.deliclu
Defines the requirements for an entry in an DeLiClu-Tree node.
DeLiCluLeafEntry - Class in elki.index.tree.spatial.rstarvariants.deliclu
Defines the requirements for a leaf entry in an DeLiClu-Tree node.
DeLiCluLeafEntry() - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluLeafEntry
Empty constructor for serialization purposes.
DeLiCluLeafEntry(DBID, NumberVector) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluLeafEntry
Constructs a new LeafEntry object with the given parameters.
DeLiCluNode - Class in elki.index.tree.spatial.rstarvariants.deliclu
Represents a node in a DeLiClu-Tree.
DeLiCluNode() - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode
Empty constructor for Externalizable interface.
DeLiCluNode(int, boolean) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluNode
Creates a new DeLiCluNode with the specified parameters.
DeLiCluTree - Class in elki.index.tree.spatial.rstarvariants.deliclu
DeLiCluTree is a spatial index structure based on an R-Tree.
DeLiCluTree(PageFile<DeLiCluNode>, RTreeSettings) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTree
Constructor.
DeLiCluTreeFactory<O extends elki.data.NumberVector> - Class in elki.index.tree.spatial.rstarvariants.deliclu
Factory for DeLiClu R*-Trees.
DeLiCluTreeFactory(PageFileFactory<?>, RTreeSettings) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeFactory
Constructor.
DeLiCluTreeFactory.Par<O extends elki.data.NumberVector> - Class in elki.index.tree.spatial.rstarvariants.deliclu
Parameterization class.
DeLiCluTreeIndex<O extends elki.data.NumberVector> - Class in elki.index.tree.spatial.rstarvariants.deliclu
The common use of the DeLiClu tree: indexing number vectors.
DeLiCluTreeIndex(Relation<O>, PageFile<DeLiCluNode>, RTreeSettings) - Constructor for class elki.index.tree.spatial.rstarvariants.deliclu.DeLiCluTreeIndex
Constructor.
dimensionality - Variable in class elki.index.tree.spatial.rstarvariants.strategies.split.TopologicalSplitter.Split
Dimensionality.
DIR_STRATEGY_ID - Static variable in class elki.index.tree.spatial.rstarvariants.strategies.insert.CombinedInsertionStrategy.Par
Insertion strategy for directory nodes.
dirStrategy - Variable in class elki.index.tree.spatial.rstarvariants.strategies.insert.CombinedInsertionStrategy
Strategy when inserting into directory nodes
dirStrategy - Variable in class elki.index.tree.spatial.rstarvariants.strategies.insert.CombinedInsertionStrategy.Par
Strategy when inserting into directory nodes
distance - Variable in class elki.index.tree.spatial.rstarvariants.query.RStarTreeDistancePrioritySearcher
Spatial primitive distance function.
distance - Variable in class elki.index.tree.spatial.rstarvariants.query.RStarTreeKNNSearcher
Spatial primitive distance function.
distance - Variable in class elki.index.tree.spatial.rstarvariants.query.RStarTreeRangeSearcher
Spatial primitive distance function
distance - Variable in class elki.index.tree.spatial.rstarvariants.rdknn.RdkNNSettings
The distance function.
distance - Variable in class elki.index.tree.spatial.rstarvariants.strategies.reinsert.AbstractPartialReinsert
Distance function to use for measuring
distance - Variable in class elki.index.tree.spatial.rstarvariants.strategies.reinsert.AbstractPartialReinsert.Par
Distance function to use for measuring
DISTANCE_FUNCTION_ID - Static variable in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTreeFactory
Parameter for distance function
distanceCalcs - Variable in class elki.index.tree.spatial.rstarvariants.AbstractRStarTree.Statistics
For counting the number of distance computations.
distanceQuery - Variable in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
The distance function.
doExtraIntegrityChecks() - Method in class elki.index.tree.spatial.rstarvariants.AbstractRStarTree
Perform additional integrity checks.
doReverseKNN(RdKNNNode, DBID, ModifiableDoubleDBIDList) - Method in class elki.index.tree.spatial.rstarvariants.rdknn.RdKNNTree
Performs a reverse knn query in the specified subtree.
doubleValue(int) - Method in class elki.index.tree.spatial.SpatialPointLeafEntry
 
A B C D E F G H I K L M N O P Q R S T V W 
All Classes All Packages