Uses of Class
elki.index.tree.TreeIndexHeader
-
Packages that use TreeIndexHeader Package Description elki.index.tree -
-
Uses of TreeIndexHeader in elki.index.tree
Methods in elki.index.tree that return TreeIndexHeader Modifier and Type Method Description protected TreeIndexHeaderIndexTree. createHeader()Creates a header for this index structure which is an instance ofTreeIndexHeader.Methods in elki.index.tree with parameters of type TreeIndexHeader Modifier and Type Method Description voidIndexTree. initializeFromFile(TreeIndexHeader header, elki.persistent.PageFile<N> file)Initializes this index from an existing persistent file.
-