-
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
-
zijiaozheng
说明: 自适应里面的自校正算法,根据最小二乘递归算法实现自校正控制(Adaptive self-tuning algorithm which, according to the recursive least squares algorithm for adaptive control)
- 2010-04-08 17:28:56下载
- 积分:1
-
因子分析
说明: matlab入门教程之因子分析,适合初学者上手(Matlab introductory course of factor analysis, suitable for beginners)
- 2021-01-12 21:48:14下载
- 积分:1
-
ocr_Stroke
处理文字得到笔画,内有实验图片,实验阶段,可以运行,环境matlab2009a(Word processing to get strokes, there are experimental pictures, the experimental stage, you can run, environmental matlab2009a)
- 2014-08-25 13:13:50下载
- 积分:1
-
TM_sin_daoti
使用有限时域差分法模拟THZ波在二维光子晶体中的传播(simulation of THZ wave spreading in two-dimensional photonic crystals using FDTD)
- 2014-10-31 13:09:08下载
- 积分:1
-
Beyond-the-CPP-STL
Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先,
我们系统地介绍一下Boost 库的主要组成和它们的主要用法。(Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost libraries and their usage.)
- 2013-04-26 14:05:00下载
- 积分:1
-
FOChS
说明: matlab程序模拟微分方程。各种流行的系统显示混沌运动特征。(This toolbox contains the functions which can be used to simulate some of the well-known fractional order chaotic systems, such as:
- Chen s system,
- Arneodo s system,
- Genesio-Tesi s system,
- Lorenz s system,
- Newton-Leipnik s system,
- Rossler s system,
- Lotka-Volterra system,
- Duffing s system,
- Van der Pol s oscillator,
- Volta s system,
- Lu s system,
- Liu s system,
- Chua s systems,
- Financial system,
- 3 cells CNN.
The functions numerically compute a solution of the fractional nonlinear differential equations, which describe the chaotic system. Each function returns the state trajectory (attractor) for total simulation time. )
- 2010-05-01 03:35:42下载
- 积分:1
-
LDA_CODE_IIEC_CQU
一个关于LDA算法合格度分类的Matlab实例。(An LDA algorithm on Matlab examples.)
- 2011-04-28 16:17:18下载
- 积分:1
-
Geodetic-Transformations
在Matlab下,实现大地坐标之间互相转换。(In Matlab, to achieve mutual conversion between geodetic coordinates.)
- 2011-09-30 16:02:17下载
- 积分:1
-
Excercise
Intelligent Systems code
- 2015-03-25 13:29:17下载
- 积分:1