1 %> @brief One-Versus-Reference dataset split
class combination
3 %> Will result in n-1 datasets. Each dataset will have two classes: the one corresponding to idx_ref and one of the other classes
5 %> Not published in GUI.
14 o.classtitle = 'One-Versus-Reference';
19 methods(Access=protected)
20 function datasets = do_use(o, data)
25 for i = 1:length(temp)
Base class for blocks that split one dataset into many.
Scans IRootLab directories and build hierarchical class maps.
function data_split_classes(in data, in hierarchy)
function classlabels2cell(in classlabels, in new_hierarchy)
function data_merge_rows(in datasets)
One-Versus-Reference dataset split class combination.