⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_1.1.1.txt

📁 由国外著名大学编写的非常有效近似最近邻分类算法的源码与库
💻 TXT
字号:
ANN: Approximate Nearest NeighborsVersion: 1.1.1Release date: Aug 4, 2006----------------------------------------------------------------------------Copyright (c) 1997-2005 University of Maryland and Sunil Arya and DavidMount. All Rights Reserved.  See Copyright.txt and License.txt forcomplete information on terms and conditions of use and distribution ofthis software.----------------------------------------------------------------------------Authors-------David MountDept of Computer ScienceUniversity of Maryland,College Park, MD 20742 USAmount@cs.umd.eduhttp://www.cs.umd.edu/~mount/Sunil AryaDept of Computer ScienceHong University of Science and TechnologyClearwater Bay, HONG KONGarya@cs.ust.hkhttp://www.cs.ust.hk/faculty/arya/Introduction------------ANN is a library written in the C++ programming language to support bothexact and approximate nearest neighbor searching in spaces of variousdimensions.  It was implemented by David M. Mount of the University ofMaryland, and Sunil Arya of the Hong Kong University of Science andTechnology.  ANN (pronounced like the name ``Ann'') stands forApproximate Nearest Neighbors.  ANN is also a testbed containingprograms and procedures for generating data sets, collecting andanalyzing statistics on the performance of nearest neighbor algorithmsand data structures, and visualizing the geometric structure of thesedata structures.The ANN source code and documentation is available from the followingweb page:    http://www.cs.umd.edu/~mount/ANNFor more information on ANN and its use, see the ``ANN ProgrammingManual,'' which is provided with the software distribution.----------------------------------------------------------------------------History  Version 0.1  03/04/98    Preliminary release  Version 0.2  06/24/98    Changes for SGI compiler.  Version 1.0  04/01/05    Fixed a number of small bugs    Added dump/load operations    Added annClose to eliminate minor memory leak    Improved compatibility with current C++ compilers    Added compilation for Microsoft Visual Studio.NET    Added compilation for Linux 2.x  Version 1.1  05/03/05    Added make target for Mac OS X    Added fixed-radius range searching and counting    Added instructions on compiling/using ANN on Windows platforms    Fixed minor output bug in ann2fig  Version 1.1.1  08/04/06    Added "planted" distribution    Updated old source comments for GNU LPL.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -