📄 demo_tca2.m
字号:
% 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -