1 %> @brief One-Versus-One dataset split
class combination
3 %> Will result in n*(n-1)/2 datasets. Each dataset will have two classes: the one corresponding to idx_ref and one of the other classes
5 %> Not published in GUI.
18 methods(Access=
protected)
19 function datasets = do_use(o, data)
Base class for blocks that split one dataset into many.
Scans IRootLab directories and build hierarchical class maps.
Property classtitle
Class Title. Should have a descriptive name, as short as possible.
function data_split_classes(in data, in hierarchy)
One-Versus-One dataset split class combination.
function classlabels2cell(in classlabels, in new_hierarchy)
function data_merge_rows(in datasets)