[ 源代码: r-cran-knn.covertree ]
软件包:r-cran-knn.covertree(1.0-2)
r-cran-knn.covertree 的相关链接
Debian 的资源:
下载源码包 r-cran-knn.covertree:
- [r-cran-knn.covertree_1.0-2.dsc]
- [r-cran-knn.covertree_1.0.orig.tar.gz]
- [r-cran-knn.covertree_1.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
GNU R accurate kNN implementation with multiple distance measures
Similarly to the 'FNN' package, this package allows calculation of the k nearest neighbors (kNN) of a data matrix. The implementation is based on cover trees introduced by Alina Beygelzimer, Sham Kakade, and John Langford (2006) <doi:10.1145/1143844.1143857>.
其他与 r-cran-knn.covertree 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支持库
-
- dep: libstdc++6 (>= 9)
- GNU 标准 C++ 库,第3版
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-base-core (>= 4.0.2-1)
- GNU R core of statistical computation and graphics system
-
- dep: r-cran-matrix
- GNU R package of classes for dense and sparse matrices
-
- dep: r-cran-rcpp (>= 1.0.2)
- GNU R package for Seamless R and C++ Integration
-
- dep: r-cran-rcppeigen (>= 0.3.3.5.0)
- GNU R package for Eigen templated linear algebra
-
- rec: r-cran-testthat
- GNU R testsuite
-
- sug: r-cran-fnn
- GNU R fast nearest neighbor search algorithms and applications