-
knnsearch
寻找测试样本的最近邻,可以有效的用于用于模式识别,信号处理(This is a small but efficient tool to perform K-nearest neighbor search, which has wide Science and Engineering applications, such as pattern recognition, data mining and signal processing.
The code was initially implemented through vectorization. After discussions with John D Errico, I realized that my algorithm will suffer numerical accurancy problem for data with large values. Then, after trying several approaches, I found simple loops with JIT acceleration is the most efficient solution. Now, the performance of the code is comparable with kd-tree even the latter is coded in a mex file.
The code is very simple, hence is also suitable for beginner to learn knn search.)
- 2010-03-16 14:08:11下载
- 积分:1
-
isodata
isodata聚类分析程序,可以通过设定初始参数,对给定的数据矩阵自组织分裂合并(isodata cluster analysis program)
- 2011-06-02 17:07:19下载
- 积分:1
-
AE
说明: AppWizard has created this AE application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2010-05-14 14:02:22下载
- 积分:1
-
bp
SAR成像的后向投影算法 matlab代码,直接使用,对散射数据成像 频域(back projection)
- 2021-04-07 22:29:01下载
- 积分:1
-
Kode-Program-Algoritma-Nearest-Neighbor
Kode Program Algoritma Nearest Neighbor
- 2014-01-13 19:02:30下载
- 积分:1
-
06 支持向量机
说明: 支持向量机源代码、实例讲解,以及其他智能优化算法对支持向量机的参数进行优化(Support vector machine source code, examples, and other intelligent optimization algorithms to optimize the parameters of support vector machines)
- 2020-12-17 11:29:12下载
- 积分:1
-
mfa
mfa的源码,老外写的,很不错,需要时直接在相关文件中修改参数即可~(the code of mfa)
- 2010-07-15 09:40:16下载
- 积分:1
-
NEWPLL
矢量控制c代码中锁相环的求取,值得研究生学习借鉴和大功率边变频器相关技术人员借鉴。
(The vector control phase-locked loop of the strike in the c code, it is worth the graduate study reference and high-power side of the inverter and technical personnel draw.)
- 2012-04-07 18:51:43下载
- 积分:1
-
Newjolder
For some tasks it may be useful to display marks over images
- 2010-10-10 16:54:51下载
- 积分:1
-
MADB
网络控制中最大时延的不同计算方法比较,用于确定采样间隔,可用于网络化控制系统的稳定性判别与调度边界确定(The comparison of several MADB calculation method in networked control)
- 2009-12-27 16:31:34下载
- 积分:1