Mercurial > hg > sfx-subgrouping
view analysis/analyseBugScript.m @ 36:4af6fc2100e8
update evaluation scripts and ignore all image files
author | DaveM |
---|---|
date | Sat, 01 Apr 2017 16:57:31 +0100 |
parents | 6155f4e3d37c |
children |
line wrap: on
line source
% define Row row = 8968; classList = traceLinkageToBinary(linkList,row); X = data(classList>0,featureList{row,1}); Y = classList(classList>0); pDepth = max(featureList{row,3}.PruneList)-1; T1 = prune(featureList{row,3},'Level',pDepth); [l,se] = loss(T1,X,Y) view(T1,'Mode','graph') %% pDepth = pDepth-1; T1 = prune(featureList{row,3},'Level',pDepth); [l,se] = loss(T1,X,Y) view(T1,'Mode','graph') %% view(T1)