├── .DS_Store ├── DBM01_RLB R-tree for Indexing.pdf ├── DBM02_RMI Learned Index.pdf ├── RLR-Tree code ├── 0_insertion_gaussian_rtree_k2.mdl ├── RTree.cpp ├── RTree.h ├── RTree.py ├── RTree_RRstar_test_cpp.py ├── RTree_RRstar_test_cpp_KNN.py ├── ReadMe.txt ├── combined_model.py ├── compile.sh ├── gaussian_k2.mdl ├── main.cpp ├── model_ChooseSubtree.py ├── model_Split.py └── reference.log └── readme.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/.DS_Store -------------------------------------------------------------------------------- /DBM01_RLB R-tree for Indexing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/DBM01_RLB R-tree for Indexing.pdf -------------------------------------------------------------------------------- /DBM02_RMI Learned Index.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/DBM02_RMI Learned Index.pdf -------------------------------------------------------------------------------- /RLR-Tree code/0_insertion_gaussian_rtree_k2.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/0_insertion_gaussian_rtree_k2.mdl -------------------------------------------------------------------------------- /RLR-Tree code/RTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/RTree.cpp -------------------------------------------------------------------------------- /RLR-Tree code/RTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/RTree.h -------------------------------------------------------------------------------- /RLR-Tree code/RTree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/RTree.py -------------------------------------------------------------------------------- /RLR-Tree code/RTree_RRstar_test_cpp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/RTree_RRstar_test_cpp.py -------------------------------------------------------------------------------- /RLR-Tree code/RTree_RRstar_test_cpp_KNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/RTree_RRstar_test_cpp_KNN.py -------------------------------------------------------------------------------- /RLR-Tree code/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/ReadMe.txt -------------------------------------------------------------------------------- /RLR-Tree code/combined_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/combined_model.py -------------------------------------------------------------------------------- /RLR-Tree code/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/compile.sh -------------------------------------------------------------------------------- /RLR-Tree code/gaussian_k2.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/gaussian_k2.mdl -------------------------------------------------------------------------------- /RLR-Tree code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/main.cpp -------------------------------------------------------------------------------- /RLR-Tree code/model_ChooseSubtree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/model_ChooseSubtree.py -------------------------------------------------------------------------------- /RLR-Tree code/model_Split.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/RLR-Tree code/model_Split.py -------------------------------------------------------------------------------- /RLR-Tree code/reference.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Steven-cpp/RLR-Tree-Index/HEAD/readme.md --------------------------------------------------------------------------------