-
BruteSearch
K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided:
- Nearest neighbor
- K-Nearest neighbors
- Radius Search
They al supports N-dimensions and work on double, it is possible to choose if return the distances.
Here is a time comparison with a vectrized m-code:
N=1000000 number of reference points
Nq=100 number of query points
dim=3 dimension of points
k=3 number of neighbor
tic
[idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX
toc
tic
[idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE
toc
p=rand(N,dim)
qp=rand(Nq,dim)
Output:
Elapsed time is 0.962640 seconds.
Elapsed time is 18.813100 seconds. )
- 2009-03-30 08:08:08下载
- 积分:1
-
selfadapting3
说明: 另一个解决无模型自适应控制问题的Simulink模型,可以作为学习MFA的参考 (Another solution to the issue of model-free adaptive control of the Simulink model can be used as reference for learning MFA)
- 2008-10-06 17:08:22下载
- 积分:1
-
gatbx
遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码遗传代码(Genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code genetic code)
- 2013-09-06 18:24:10下载
- 积分:1
-
fire
bang zhu chu xue zhe dui jian dan de matlab cheng xu xue xi
- 2015-04-19 16:30:03下载
- 积分:1
-
mn1
使用matlab对给定的图像进行提取rgb颜色特征,并输出颜色直方图(use matlab to extract the rgb feature )
- 2020-11-05 21:09:50下载
- 积分:1
-
EvolutionStrategy
主要介绍了进化策略的原理,并且用matlab进行了仿真。(Mainly introduces the principles of evolutionary strategy, and conducted a simulation using matlab.)
- 2009-03-12 10:34:48下载
- 积分:1
-
Fuzzy_PID
说明: 两个参数自适应模糊PID的例子,能用,效果不错(auo tuning of Fuzzy PID)
- 2010-03-27 23:48:32下载
- 积分:1
-
AHPInit1
基于matlab 的层次分析法程序代码,用于方案选择(Based on the analytic hierarchy process in matlab code for program selection)
- 2012-06-12 13:29:27下载
- 积分:1
-
Pressure
此程序可以用来计算平均风压系数和脉动风压系数,只是要对照自己的情况稍作修改即可。(This program can be used to calculate the mean wind pressure coefficient and fluctuating wind pressure coefficient, just want to control their own situation can be slight modifications.)
- 2021-04-08 20:59:00下载
- 积分:1
-
sim_dukou
渡口模型,系统模拟仿真,排队论,任意输入船道数和模拟次数,输出平均车辆数和各车辆类型数量(Ferry model, system simulation, queuing theory, any input channel number and the number of simulations ship, the output of the average number of vehicles and the number of vehicle types)
- 2013-09-23 21:47:10下载
- 积分:1