![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Inverse of classlabels2cell
(limited)
This function takes a cell generated by classlabels2cell.m and converts it into a list of class labels (cell array).
What it does is to return the unique elements of the third column of the argument, respecting their order of appearance.
Please note that this function generates a set of class labels that matches the fourth column of the output of classlabels2cell.m
Definition in file cell2classlabels.m.
Go to the source code of this file.
Functions | |
function | cell2classlabels (in cc) |
function cell2classlabels | ( | in | cc | ) |
cc |