查看单个帖子
旧 2008-04-12, 16:32   #1
xuzhenhua
初级会员
 
注册日期: 2008-04-12
年龄: 39
帖子: 8
声望力: 0
xuzhenhua 正向着好的方向发展
默认 [分享]matlab聚类源码

【资料名称】:聚类源码
【作者】:不详
【语言】: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.
上传的附件
文件类型: rar mbclust.rar (3.0 KB, 684 次查看)
xuzhenhua 当前离线   回复时引用此帖