The RAKDB-Tree An Efficient Approximation-Based High-Dimensional Index Structure

HUANG Wei-hui,XIONG Ao
2013-01-01
Software
Abstract:For many application areas, the efficiency of multidimensional data processing is a key factor affecting their development. In particular, similarity search is used in many fields, such as data mining, big data analysis, digital multimedia etc. However, lots of index structures cannot avoid the "dimensionality curse", when number of dimensions is very large. RAKDB-Tree uses partitioning method to divide data regions and create approximation files. Then RAKDB-Tree indexes the approximations with the improved method of KDB-Tree. RAKDB-Tree is an automatically adjust and optimize tree index structure. Experimental results show that the RAKDB-Tree has a promising improvement in performance.
What problem does this paper attempt to address?