Skip to content
Snippets Groups Projects
Commit d78d47c6 authored by Layton Aho's avatar Layton Aho
Browse files

update CSF code for new mm and ss

parent 6fbd77c1
Branches
No related tags found
Loading
......@@ -3,7 +3,10 @@ function drawSyntheticSSF(A,K,syntheticDataset,plotTitle)
[~,Y] = Cluster.SpectralCluster(A,K);
[~,~,idxTrue] = unique([syntheticDataset.phantomGroup]');
[mm,ss] = CSF.csf_spatial(Y,idxTrue);
csf = CSF.csf_spatial(Y,idxTrue);
mm = mean(csf);
ss = std(csf);
sym = {'o','x','*'};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment