vptree

所属分类:Windows编程
开发工具:Unix_Linux
文件大小:12KB
下载次数:20
上传日期:2009-02-23 11:29:14
上 传 者lzy_1234
说明:  vptree code for finding points in multidensional spatial space

文件列表:
buildvptree.c (2738, 2001-01-16)
knnsearch.c (4590, 2001-01-16)
Makefile (1023, 2001-01-16)
qsort.c (2687, 2001-01-16)
qsort.h (503, 2001-01-16)
standard.h (1295, 2001-01-14)
vptree.c (22259, 2001-01-16)
vptree.h (3831, 2001-01-16)

===================================== VP-tree (version 1.0) memory-based ===================================== 1. File description buildvptree.c --> main program for building vp-tree knnsearch.c --> main program for k-nn search with vp-tree vptree.c --> functions for building and searching vptree.h --> common data structure and global variables qsort.c --> qsort and bubble sort functions qsort.h standard.h Makefile --> compile buildvptree and knnsearch README --> this file 2. Compilation type: make 3. Usage type: buildvptree --> this will displays the usage of buildvptree type: knnsearch --> this will displays the usage of knnsearch 4. Special variable setting You may need to change the following values for your experiments. _NUM_CAND_VP (vptree.h) --> no. of candidate VPs for the VP selection _NUM_PT_RANDOM_SUBSET (vptree.h> --> min. no. of points in random subset for the VP selection _MAX_POINTS_NODE (vptree.h) --> Maximum number of points in a node _MIN_POINTS_NODE (vptree.h> --> Minimum number of points in a node

近期下载者

相关文件


收藏者