Mercurial > hg > sfx-subgrouping
diff evaluation/listSamplesToClusterNo.m @ 36:4af6fc2100e8
update evaluation scripts and ignore all image files
author | DaveM |
---|---|
date | Sat, 01 Apr 2017 16:57:31 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/evaluation/listSamplesToClusterNo.m Sat Apr 01 16:57:31 2017 +0100 @@ -0,0 +1,22 @@ +for i = 1:size(ucl,1) + if(mod(i-1,2)) + endLine =' \\'; + else + endLine = ' & '; + end + + disp([ucl{i} ' & ' num2str(ucl_count(i)) endLine]) + +end + +%% +diary('ClassEvaluation.txt'); + +for i = 1:length(p) + i + for ii = 1:length(p(i).toPlot) + disp([p(i).led{ii} ' & ' num2str(p(i).toPlot(ii))]) + end + +end +diary off \ No newline at end of file