搜索资源列表
EXO2ET3
- K均值算法和K近邻算法,以及用MATLAB实现相关例子。-K-means algorithm and the K-nearest neighbor algorithm, and using MATLAB relevant examples.
STANN
- STANN是轻量级的邻域搜索C++库, 在低维空间性能极为卓越, 特别是3D空间, 比ann-1.1.1好.-STANN is a lightweight thread-safe library for doing Nearest Neighbor searches. It is designed for low dimensional data sets, preferably 3d
基于php的KNN算法实例
- kNN算法又称为k近邻分类(k-nearest neighbor classification)算法。最简单平凡的分类器也许是那种死记硬背式的分类器,记住所有的训练数据,对于新的数据则直接和训练数据匹配,如果存在相同属性的训练数据,则直接用它的分类来作为新数据的分类。用这种算法可以完成最简单的机器学习算法,适合参加科技比赛和演示