搜索资源列表
-
0下载:
k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into
-
-
0下载:
This matlab code implements the Expectation-Maximization algorithm to estimate the parameters of a gaussian mixture model.
-
-
0下载:
KMEAN C#
In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data sp
-
-
0下载:
用多尺度卡尔曼滤波法,对信号参数进行识别估计。高频信号和低频信号识别结合起来改进了算法识别的精确度和准确度。-It is an implementation of hierarchical (a.k.a. multi-scale) Kalman filter using belief propagation. The model parameters are estimated by expectation maximization (EM) algorithm. In this impleme
-
-
1下载:
状态模型的极大似然估计,使用EM算法,以及卡尔曼滤波。-This supplementary note discusses the maximum likelihood esti-mation of state space models using Expectation-Maximization (EM) algorithm and
bootstrap procedure for statistical inference. A Matlab program scr ipt impleme
-
-
0下载:
expectation maximization example program we know as EM algorithm.
-
-
0下载:
自己编写的期望最大化(EM)算法的MATLAB实现,里面有较为运行方法和程序说明,对新手有很好的帮助-
I have written the expectation-maximization (EM) algorithm in MATLAB, which has run more methods and procedures described, there is a good help for the novice
-
-
0下载:
Expectation Maximization (EM) Algorithm for Gaussian Mixture Model
-