登录论坛

查看完整版本 : [分享]matlab聚类源码


xuzhenhua
2008-04-12, 16:32
【资料名称】:聚类源码
【作者】:不详
【语言】:matlab
【格式】:doc
【摘要或目录】:function [bics,modelout,model,Z,clabs] = mbclust(data,maxclus);

% Model-based clustering - entire process
%
% [BICS,BESTMODEL,ALLMODELS,Z,CLABS] = MBCLUST(DATA,MAXCLUS);
%
% This does the entire MB Clustering given a set of data.
% It only does the 4 basic models, unequal-unknown priors. It
% returns the BESTMODEL based on the highest BIC.
%
% The output variable BICS contains the values of the BIC for
% each model (row) and number of clusters (col). The output variable
% CLABS contains the class labels for the input data according to the
% optimal clustering given by BIC.

djhf
2009-03-06, 04:52
很好用。再次谢谢了!:tongue:

xuxu03
2009-04-23, 21:49
希望具体点,有关pso的源代码

dvvy
2009-04-24, 12:50
我也想要有关pso的源代码

acdc1234567890
2009-04-25, 08:44
感谢楼主!收了研究研究

gang1211
2009-07-08, 10:37
尝试,我正在学习算法,谢谢

changan
2009-07-31, 23:14
谢谢,学习学习,感谢上传资料的人。

thetabelt
2009-09-20, 18:33
非常感谢楼主分享 正好要用 

wll791007
2009-09-24, 17:22
非常感谢楼主分享非常感谢楼主分享

xuliya282
2009-10-02, 12:33
虽然不懂,还是谢谢了!

cea-ies
2009-10-02, 19:15
ganxie 楼主分享

fantasykenzo
2010-01-12, 16:53
谢谢楼主~我很希望有关于蚁群聚类算法的源代码~~~哪位好心人有啊

xdj0371
2010-04-03, 09:58
非常感谢楼主分享 正好要用 有pso算法的源代码吗

liubo40217
2010-07-04, 20:51
非常感谢楼主分享非常感谢楼主分享

yueq
2010-09-27, 17:39
谢谢!先看下!正在学习中!

玥牙弯弯
2012-12-12, 11:10
谢谢楼主分享资源,我一定好好利用

lqy
2013-03-08, 22:29
楼主是否可以告诉我这个是怎么用的哦:)