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