IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
sgs_randsub.m
Go to the documentation of this file.
1 %> @brief Random Sub-sampling
2 %>
3 %>
4 %> @sa sgs_randsub_base, uip_sgs_randsub_base.m, uip_sgs_randsub.m
6  methods
7  function o = sgs_randsub(o)
8  o.classtitle = 'Random Sub-sampling';
9  end;
10  end;
11 end
Random Sub-sampling base class.
Random Sub-sampling.
Definition: sgs_randsub.m:5