1 %> @ingroup conversion classlabelsgroup
5 %> This
function takes a cell generated by @
ref classlabels2cell.m and converts it into a list of class labels (cell array).
7 %> What it does is to
return the unique elements of the third column of the argument, respecting their order of appearance.
9 %> Please note that
this function generates a set of
class labels that matches the fourth column of the output of
10 %> @
ref classlabels2cell.m
15 %> @return \em classlabels
21 if ~any(find(strcmp(out, cc{i, 3})))
22 out = [out, {cc{i, 3}}];
function cell2classlabels(in cc)
function classlabels2cell(in classlabels, in new_hierarchy)