1 %> @brief Visualization - Histograms from @ref
log_hist
3 %> This visualization plots the histograms
for each moment of a Forward Feature Selection: first feature selected; second feature
16 o.classtitle = 'Feature-rank-wise Histograms';
17 o.inputclass = {
'log_hist'};
21 methods(Access=
protected)
22 function out = do_use(o, obj)
24 obj.draw_hists(o.idx_hist, o.data_hint, o.flag_group);
Generated by subsetsprocessor, carries a histogram.
Visualization base class.
Visualization - Histograms from log_hist.