自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作
标签: implement k-mean fuzzy mean
上传时间: 2017-02-04
上传用户:woshini123456
k-mean 模式識別分析法使用k-mean作為分析方法
上传时间: 2013-12-21
上传用户:xmsmh
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch k-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to a vector. The sum of squares error function is used. The point at which a local minimum is achieved is returned as CENTRES.
标签: CENTRES KMEANS OPTIONS cluster
上传时间: 2014-01-07
上传用户:zhouli
各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等
上传时间: 2017-02-06
上传用户:liglechongchong
算法,k-mean搜索方法,执行起来很快,推荐。
标签: 算法
上传时间: 2017-08-20
上传用户:s363994250
k-mean算法的源码,对聚类非常有用!!可以直接使用!
上传时间: 2016-04-21
上传用户:ZJX5201314
Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variables independently (separately) for each k MATLAB function random.
标签: generating Generate Gaussian digital
上传时间: 2014-01-15
上传用户:sammi
Mean shift clustering. K means clustering.
标签: clustering shift means Mean
上传时间: 2014-01-08
上传用户:钓鳌牧马
% EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likelihood difference between 2 iterations ([] for none) % maxiter - maximum number of iteration allowed ([] for none) % pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) % Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) % % Ouputs: % W(1,k) - estimated weights of GM % M(d,k) - estimated mean vectors of GM % V(d,d,k) - estimated covariance matrices of GM % L - log likelihood of estimates %
标签: multidimensional estimation algorithm Gaussian
上传时间: 2013-12-03
上传用户:我们的船长
% decode with soft-input viterbi algorithm 硬判决 % //k=4,r=1/2 %输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改
标签: soft-input algorithm viterbi decode
上传时间: 2014-10-28
上传用户:aig85