搜索资源列表
k-meansjava.rar
- 用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,,JAVA language used to achieve a classic clustering algorithm k-means, clustering and classification of different, it is the unsupervised process,
NN-java
- Java code of Nearest Neighbour s algorithm (K-NN)
dlib-18.14.tar
- 机器学习的范畴,包括SVMs (based on libsvm), k-NN, random forests, decision trees。可以对任意的数据操作-Its focus is on supervised classification with several classifiers available: SVMs (based on libsvm), k-NN, random forests, decision trees. It also performs feature sel
MTreeMapRepo-master
- M-Tree是类似R-Tree和B-Tree的树形数据结构。它是用一个metric构建的,有效范围依赖于三角不等式,使用K-NN(K临近算法)查询,该程序实现创建和应用-create and apply the M-tree