?? demo_tca2.m
字號(hào):
% demo script for TCA - 2
% clusters - IID signals
% in case of any bugs or errors, please contact fbach@cs.berkeley.edu
dir=cd;
addpath([dir '/utilities']);
addpath([dir '/contrasts']);
addpath([dir '/optimization']);
load demo_tca2
fprintf('demo script for TCA with clusters - should run in less than 2 minutes\n');
[W,clusters]=cluster_tca(x);
fprintf('estimated clusters (should be two clusters of size two)\n')
for i=1:length(clusters)
clusters{i}
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -