套件:libcneartree-dev(5.1.1+dfsg1-2.1 以及其他的)
libcneartree-dev 的相關連結
Debian 的資源:
下載原始碼套件 neartree:
- [neartree_5.1.1+dfsg1-2.1.dsc]
- [neartree_5.1.1+dfsg1.orig.tar.gz]
- [neartree_5.1.1+dfsg1-2.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [neartree.sourceforge.net]
相似套件:
Library and headers for solving the Nearest Neighbor Problem
Neartree is an API and a library for finding nearest neighbors among points in spaces of arbitrary dimensions. This package provides a C++ template, TNear.h, and C library and header files for compiling programs using Neartree.
The library uses the Nearest Neighbor algorithm after Kalantari and McDonald, (IEEE Transactions on Software Engineering, v. SE-9, pp. 631-634,1983) modified to use recursion instead of a double-linked tree and simplified so that it does less checking for things like is the distance to the right less than the distance to the left; it was found that these checks make little to no difference.
其他與 libcneartree-dev 有關的套件
|
|
|
|
-
- dep: libcneartree7t64 (= 5.1.1+dfsg1-2.1+b1)
- Library for solving the Nearest Neighbor Problem