文件名称:ANN_1.1.2(Newest-Vision-2010-1-27)-

介绍说明--下载内容均来自于网络,请自行研究使用

ANN是一个构造数据索引结果的程序,可以实现最近邻、KD树等功能。ANN is designed for data sets that

are small enough that the search structure can be stored in main memory (in contrast to approaches from databases that assume that the data resides in secondary storage). Points are assumed to be represented as coordinate vectors of reals (or integers). The distance between two points can be defi ned in many ways. ANN assumes that distances are measured using any class of distance

functions called Minkowski metrics. These include the well known Euclidean distance, Manhattan distance, and max distance.-One diffi culty with exact nearest neighbor searching is that for virtually all methods other

than brute-force search, the running time or space grows exponentially as a function of dimension.

Consequently these methods are often not signifi cantly better than brute-force search, except in

fairly small dimensions.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

ann_1.1.2\ann2fig

.........\.......\ann2fig.cpp

.........\.......\Makefile

.........\bin

.........\Copyright.txt

.........\doc

.........\...\ANNmanual.pdf

.........\include

.........\.......\ANN

.........\.......\...\ANN.h

.........\.......\...\ANNperf.h

.........\.......\...\ANNx.h

.........\lib

.........\License.txt

.........\Make-config

.........\Makefile

.........\MS_Win32

.........\........\Ann.sln

.........\........\ann2fig

.........\........\.......\ann2fig.vcproj

.........\........\bin

.........\........\dll

.........\........\...\dll.vcproj

.........\........\Makefile

.........\........\sample

.........\........\......\sample.vcproj

.........\........\test

.........\........\....\test.vcproj

.........\ReadMe.txt

.........\sample

.........\......\ann_sample.cpp

.........\......\data.pts

.........\......\Makefile

.........\......\query.pts

.........\......\sample.save

.........\src

.........\...\ANN.cpp

.........\...\bd_fix_rad_search.cpp

.........\...\bd_pr_search.cpp

.........\...\bd_search.cpp

.........\...\bd_tree.cpp

.........\...\bd_tree.h

.........\...\brute.cpp

.........\...\kd_dump.cpp

.........\...\kd_fix_rad_search.cpp

.........\...\kd_fix_rad_search.h

.........\...\kd_pr_search.cpp

.........\...\kd_pr_search.h

.........\...\kd_search.cpp

.........\...\kd_search.h

.........\...\kd_split.cpp

.........\...\kd_split.h

.........\...\kd_tree.cpp

.........\...\kd_tree.h

.........\...\kd_util.cpp

.........\...\kd_util.h

.........\...\Makefile

.........\...\perf.cpp

.........\...\pr_queue.h

.........\...\pr_queue_k.h

.........\test

.........\....\ann_test.cpp

.........\....\Makefile

.........\....\rand.cpp

.........\....\rand.h

.........\....\test1-data.pts

.........\....\test1-query.pts

.........\....\test1.in

.........\....\test1.save

.........\....\test2-data.pts

.........\....\test2-query.pts

.........\....\test2.in

.........\....\test2.save

ann_1.1.2

ANNmanual_1.1.1.pdf

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org