4 %> @brief Group Aggregator - Classes - First row
6 %> Useful to aggregate test dataset to
compare with aggregated @c
estimato. Assigns the
class of first group observation to the group class; @c X left empty.
10 o.classtitle = 'First Row';
14 methods(Access=protected)
15 function o = process_group(o, idxs)
16 o.outdata.classes(o.no_out) = o.indata.classes(idxs(1));
19 function o = dim_outdata(o, ng)
20 o.outdata.classes(ng, 1) = 0;
function compare(in o1, in o2)
Group Aggregator - classes.
Dataset representing estimation.
Group Aggregator - Classes - First row.