-
DominantSets
Dominant-set聚类算法,主要用于图像分割,检索等(Dominant-set clustering algorithm, mainly for image segmentation, search)
- 2006-09-14 16:57:10下载
- 积分:1
-
emgm
matlab code for EM algorithm for Gaussian mixture model
- 2015-02-03 14:06:04下载
- 积分:1
-
AC_AC_MC_DTC_3KW
说明: 使用matlab/simulink实现基于矩阵变换器的异步电机直接转矩控制(Direct torque control of induction motor based on matrix converter using Matlab / Simulink)
- 2019-05-16 10:58:35下载
- 积分:1
-
APA
利用MATLAB写的自动泊车的小例子,可以运行来了解自动泊车的运动轨迹。(Use MATLAB to write automatic parking of small examples, you can run to understand the automatic parking movement track.)
- 2021-03-24 15:19:15下载
- 积分:1
-
matlab2exe
MATLAB语言编写的程序,生成对应可执行文件exe的方法和介绍。(A program written in MATLAB to generate corresponding executable exe method and presentation.)
- 2011-06-09 15:48:46下载
- 积分:1
-
trail
frequency division multiplexing with different channels..
- 2013-02-02 19:11:38下载
- 积分:1
-
Lecture-4-Filter-Design-(2)
Filter Design lecture presentation
- 2014-01-03 23:12:28下载
- 积分:1
-
6~9MATLAB
MATLAB教程ppt 第六~九章 简练明了
(the ppt about matlab)
- 2010-03-07 09:30:03下载
- 积分:1
-
matlab-GUI
这本书是专门针对MatlabGUI编程的,简单易懂,里面有大量实例。(This book is designed for programming MatlabGUI, easy-to-understand, there are a large number of examples.)
- 2012-09-01 21:31:25下载
- 积分:1
-
GM_EM
不错的GM_EM代码。用于聚类分析等方面。( GM_EM- fit a Gaussian mixture model to N points located in n-dimensional
space.
Note: This function requires the Statistical Toolbox and, if you wish to
plot (for k = 2), the function error_ellipse
Elementary usage:
GM_EM(X,k)- fit a GMM to X, where X is N x n and k is the number of
clusters. Algorithm follows steps outlined in Bishop
(2009) Pattern Recognition and Machine Learning , Chapter 9.
Additional inputs:
bn_noise- allow for uniform background noise term ( T or F ,
default T ). If T , relevant classification uses the
(k+1)th cluster
reps- number of repetitions with different initial conditions
(default = 10). Note: only the best fit (in a likelihood sense) is
returned.
max_iters- maximum iteration number for EM algorithm (default = 100)
tol- tolerance value (default = 0.01)
Outputs
idx- classification/labelling of data in X
mu- GM centres)
- 2013-03-28 12:26:37下载
- 积分:1