A B C D E F G H I K L M N P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getCapacity() - Method in class elki.index.tree.AbstractNode
-
Returns the capacity of this node (i.e. the length of the entries arrays).
- getDBID() - Method in interface elki.index.tree.LeafEntry
-
Get the DBID of this leaf entry.
- getDirCapacity() - Method in class elki.index.tree.TreeIndexHeader
-
Returns the capacity of a directory node (= 1 + maximum number of entries in a directory node).
- getDirMinimum() - Method in class elki.index.tree.TreeIndexHeader
-
Returns the minimum number of entries in a directory node.
- getEmptyPagesSize() - Method in class elki.index.tree.TreeIndexHeader
- getEntry() - Method in class elki.index.tree.IndexTreePath
-
Returns the entry of the component.
- getEntry(int) - Method in class elki.index.tree.AbstractNode
- getEntry(int) - Method in interface elki.index.tree.Node
-
Returns the entry at the specified index.
- getFile() - Method in class elki.index.tree.IndexTree
-
Deprecated.
- getIndex() - Method in class elki.index.tree.IndexTreePath
-
Returns the index of the component in its parent.
- getInputTypeRestriction() - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix.Factory
- getInputTypeRestriction() - Method in class elki.index.projected.ProjectedIndex.Factory
- getKNN(DBIDRef, int) - Method in class elki.index.projected.ProjectedIndex.ProjectedKNNByDBID
- getKNN(O, int) - Method in class elki.index.projected.ProjectedIndex.ProjectedKNNByObject
- getLargestPageID() - Method in class elki.index.tree.TreeIndexHeader
- getLeafCapacity() - Method in class elki.index.tree.TreeIndexHeader
-
Returns the capacity of a leaf node (= 1 + maximum number of entries in a leaf node).
- getLeafMinimum() - Method in class elki.index.tree.TreeIndexHeader
-
Returns the minimum number of entries in a leaf node.
- getLogger() - Method in class elki.index.AbstractRefiningIndex
-
Get the class logger.
- getLogger() - Method in class elki.index.tree.IndexTree
-
Get the (STATIC) logger for this class.
- getNode(int) - Method in class elki.index.tree.IndexTree
-
Returns the node with the specified id.
- getNode(E) - Method in class elki.index.tree.IndexTree
-
Returns the node that is represented by the specified entry.
- getNumEntries() - Method in class elki.index.tree.AbstractNode
- getNumEntries() - Method in interface elki.index.tree.Node
-
Returns the number of entries of this node.
- getOffset(int, int) - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix
-
Array offset computation.
- getPageID() - Method in interface elki.index.tree.DirectoryEntry
-
Get the page ID of this directory entry.
- getPageID() - Method in class elki.persistent.AbstractExternalizablePage
-
Returns the unique id of this Page.
- getPageID(E) - Method in class elki.index.tree.IndexTree
-
Convert a directory entry to its page id.
- getPageSize() - Method in class elki.index.tree.IndexTree
-
Get the page size of the backing storage.
- getPageSize() - Method in class elki.persistent.DefaultPageHeader
-
Returns the size of a page in Bytes.
- getParentPath() - Method in class elki.index.tree.IndexTreePath
-
Returns a path containing all the elements of this object, except the last path component.
- getPathCount() - Method in class elki.index.tree.IndexTreePath
-
Returns the number of elements in the path.
- getRange(DBIDRef, double, ModifiableDoubleDBIDList) - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix.PrecomputedSimilarityRangeQuery
- getRange(DBIDRef, double, ModifiableDoubleDBIDList) - Method in class elki.index.projected.ProjectedIndex.ProjectedRangeByDBID
- getRange(O, double, ModifiableDoubleDBIDList) - Method in class elki.index.projected.ProjectedIndex.ProjectedRangeByObject
- getRelation() - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix.PrecomputedSimilarityQuery
- getReservedPages() - Method in class elki.persistent.DefaultPageHeader
-
Returns the number of pages necessary for the header
- getRKNN(DBIDRef, int) - Method in class elki.index.projected.ProjectedIndex.ProjectedRKNNByDBID
- getRKNN(O, int) - Method in class elki.index.projected.ProjectedIndex.ProjectedRKNNByObject
- getRootEntry() - Method in class elki.index.tree.IndexTree
-
Returns the entry representing the root if this index.
- getRootID() - Method in class elki.index.tree.IndexTree
-
Page ID of the root entry.
- getRootPath() - Method in class elki.index.tree.IndexTree
-
Returns the path to the root of this tree.
- getSimilarity() - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix.PrecomputedSimilarityQuery
- getSimilarityQuery(Similarity<? super O>) - Method in class elki.index.distancematrix.PrecomputedSimilarityMatrix
All Classes All Packages