![]() |
IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
|
Parses expression into classmaps.
Facilitates generation of lists of sub-datasets – specified by the classes that go into each – using expression strings.
"Variables" in ss
must match class labels from the level. Expression will be evaluated using eval()
after creating classsplitter
objects whose variable names match those of the class labels of the level.
Possible operators are "+", "-" (unary minus), and "~".
Definition in file parse_classmaps.m.
Go to the source code of this file.
Functions | |
function | parse_classmaps (in ss, in classlabels, in hie_base, in hie_split) |
function parse_classmaps | ( | in | ss, |
in | classlabels, | ||
in | hie_base, | ||
in | hie_split | ||
) |
ss | Cell of strings. |
classlabels | |
hie_base | hierarchical dataset level |
hie_split | hierarchical split level |