搜索资源列表
ann_1.1
- ANN is a library written in the C++ programming language to support both exact and approximate nearest neighbor searching in spaces of various dimensions.ANN is also a testbed containing programs and procedures for generating data sets, collect
ann_1.1.2
- code for approximate nearest neighbor algorithm,最经典的近似搜索算法-code for approximate nearest neighbor algorithm
Neighbor-search-method
- 一种用近邻搜索法解决VRP问题的源代码,可以解决多种问题-Source code of a nearest neighbor search method to solve the VRP problem
Signature-recognition-system
- 模式识别-手写签名识别系统识别!使用K近邻,Bayes分类!-Pattern recognition- recognition of handwritten signature recognition system! Using the K-nearest neighbor and Bayes classification!
knn
- 本程序中,训练样本集含有30个样本,矢量长度为5,对样本{1,18,11,11,0.5513196}进行K=5的K-最近邻分类. 样本从文件data.txt中读取,程序运行结果显示所有样本以及其类别,待分类样本所属的类别({1,18,11,11,0.5513196}属于"2"类),以及它的5个最近邻的类别和与它之间的距离。-In this program, the training sample set containing 30 samples, the vector length
KK---Nearest-Neighbor
- Implementation of k nearest neighbor in c# which could be employed for classification
psbTable
- Calculating retrieval statistics psbTable provides a program for calculating retrieval statistics (nearest neighbor, first tier, second tier, E-Measure, and discounted cumulative gain) for a given classification and distance matrix. Run the prog
FalseNearest
- Chaos False Nearest Neighbor
PictureDo
- 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
image-transform
- 本算法采用C#进行界面编程,实现图像的放大缩小和旋转,可自选放大缩小倍数和旋转角度,也可以自行选择插值方式:最近邻插值、双线性插值和双三次插值-The algorithm uses C# for interface programming, image zooming and rotation can be optional zoom factor and the rotation angle can also choose their own interpolation method: nea
nearest
- vs2012+opencv下的最近邻滤波器自编代码-Vs2012+ opencv under the nearest neighbor filter code