搜索资源列表
cpair
- 本程序可以在输入n点后,判断出这n个点中距离最近的两个点-procedures in the importation of n point, the judge out of this n points from the nearest two points
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
Approximation4TSP
- 三种解决TSP问题的近似算法的实现:最短链路法、最近插入法和最近邻居法-Approximation algorithm for the realization of three to solve the TSP: the shortest link, nearest insertion method and nearest neighbor
point
- 最近点对问题,采用分治法,编译通过,代码正确-Nearest point problem using the divide-and-conquer method, the compiler through correct code
Zoom-in-and-outbyVCPP
- 最邻近插值和双线性插值对所给图像进行缩小和放大操作。限制于位图操作。-The nearest neighbor interpolation and bilinear interpolation to the image, zoom in and out of operation. Limited bitmap operations, can not be used for other types of files. Remember! Do not like do not spray....
5knearesttree
- k nearest neighbor algorithm in matlab
regress2beltak
- matlab实现使用统计学习基础中的最小二乘法和k-最近邻法进行分类。-matlab achieve statistical learning-based classification using the least squares method and k-nearest neighbor method.
nearest
- 最小距离分类器的MATLAB源程序以及实例,这是书中的源码,希望能为我们的程序员家族做点贡献-The minimum distance classifier MATLAB source and example of this is the book s source code, hoping to influence the lives of our programmers family
KNNpython
- python实现的k-近邻算法,用于数据分类。机器学习实战-k- nearest neighbor python implemented for data classification. Machine learning combat
weighted-interpolation
- 加权插值算法,包括加权最近邻插值,加权双线性插值,加权双三次插值,直接运行demo.m就可以。-Weighted interpolation algorithm, including weighted nearest neighbor interpolation, bilinear interpolation, weighted weighted double three interpolation, directly run the demo. M.
kNN
- 使用k-近邻算法改进约会网站的配对算法和使用k-近邻算法的手写数字识别系统-Use k- nearest neighbor matching algorithm to improve the dating sites and use of k- nearest neighbor handwritten numeral recognition system
最近令近点对
- 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)