-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1
-
matlab-canshushibie
使用matlab进行微分方程组的参数拟合,拟合方程为水射流轨迹。(Parameter fitting using MATLAB differential equations, the fitting equation for water jet trajectory.)
- 2014-12-05 21:13:51下载
- 积分:1
-
Wimax
WiMAX 的基本源程序,所有程序均已证明可以运行(WiMAX basic source code, all procedures have been shown to run)
- 2009-06-01 22:04:23下载
- 积分:1
-
seismic-AV
根据地层参数通过简化佐普利兹方程求取反射系数,制作合成地震记录,从而显示不同地层模型的AVO响应。(Formation parameters by simplifying Zuopu Leeds equation strike reflection coefficient, making synthetic seismogram, which show different stratigraphic model AVO response.-In accordance with formation parameter equation by simplifying Zuopu Leeds find reflection coefficient, the production of synthetic seismograms, which show different stratigraphic model AVO response.)
- 2020-10-28 20:39:59下载
- 积分:1
-
VE
说明: 用于描述交通流的元胞模型,能很好的仿真模拟(Used to describe the traffic flow cell model can be a good simulation)
- 2013-11-16 16:49:37下载
- 积分:1
-
mseq1
用MATLAB编写的一个8级m序列,并实现了调频序列的提取和频率的选择,能显示出跳频图案!(Prepared with an 8-level MATLAB m sequence, and realized the extraction sequence and frequency of FM option, can show frequency-hopping pattern!)
- 2021-03-09 15:59:28下载
- 积分:1
-
GLS_for_system_identification_matlab
使用广义最小二乘法辨识系统参数,这是《系统辨识》这门课程的程序,希望大家(特别是上这门课需要写论文的同学)能够用得上(Using generalized least squares identification system parameters, this is the " system identification" procedure for this course, I hope you (especially on this course requires students to write papers) to the lingua franca of)
- 2011-06-24 23:31:49下载
- 积分:1
-
mandsimulink
利用相关法进行系统辨识的matlab程序
包含m文件和simulink仿真图(System identification using the correlation method)
- 2013-09-05 19:42:04下载
- 积分:1
-
fastPCA
快速PCA算法,用于对大规模数据进行PCA降维,节省时间(fastPCA for large scale data which can save proceeding timE)
- 2013-08-18 08:02:01下载
- 积分:1
-
yuanbaozidongji
描述HIV 扩散,其有独特的传播路径,通过MATLAB仿真模拟,可以很生动的发现规律。(Description HIV proliferation, the spread of its unique path through MATLAB simulation, can be very vivid discovery rule.)
- 2014-02-08 18:45:54下载
- 积分:1