?? clcgraph.m
字號:
% function cl = clcgraph(x,k,sfct)
%
% DESCRIPTION
% provides cluster labels 1 to k from edge weighted value balanced
% graph partitioning
% BUGS
% pmetis doesn't seem to work on PCWIN for vertex weighted graphs
%
% Copyright (c) 1998-2002 by Alexander Strehl
function cl = clcgraph(x,k,sfct)
cl = cmetis(checks(feval(sfct,x)),sum(x,2),k);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -