k-means算法。包括一个测试的4类的测试数据集。
上传时间: 2016-05-31
上传用户:时代电子小智
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
上传时间: 2014-01-23
上传用户:nairui21
聚类分析程序 k-means 编译环境 gcc/stl
上传时间: 2016-06-02
上传用户:wfl_yy
% 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
上传用户:我们的船长
请编写一个函数jsValue(int m,int k,int xx[]),该函数的功能是:将大于整数m且紧靠m的k个素数存入数组xx传回。 最后调用函数writeDat()读取10组数据,分别得出结果且把结果输出到文件out.dat中。 部分源程序存在文件prog1.c中。 例如:若输入17 5 则应输出:19,23,29,31,37。
上传时间: 2016-06-05
上传用户:change0329
K均值法聚类分析 通过K均值法实现数据的聚类分析
上传时间: 2013-12-10
上传用户:love_stanford
% 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
K-means算法,聚类分析中的一个重要的算法,用于分类
上传时间: 2016-06-10
上传用户:天诚24
k means algorithms for clustering purpose
标签: algorithms clustering purpose means
上传时间: 2014-01-07
上传用户:wendy15
Metaquotes中用于计算EMA均线与K线交叉并发出报警的源程序
标签: Metaquotes EMA 计算 报警
上传时间: 2016-06-10
上传用户:SimonQQ