[b4b313]: / Semantic Features / NotUsed / testSameOrder.m

Download this file

9 lines (7 with data), 296 Bytes

1
2
3
4
5
6
7
%test same order
%Was used to verify all the labels and features matched after reordering
%things to match the order of the largest slice features extracted by the
%feature extraction modules.
for i = 1:length(IDsToUse)
agreement(i) = ismember(IDsToUse(i), instanceOrder(i,:));
end