1 %> @brief Single histogram report
10 %> ='kun' (Kuncheva) (@sa
feacons_kun.m) Feature stability type
11 stabilitytype = 'kun';
16 o.classtitle = 'Histogram report';
23 methods(Access=protected)
24 function out = do_use(o, log)
27 s = '<h1>Histogram</h1>';
29 out.html = [s, o.get_html_graphics(log)];
30 out.title = log.get_description();
36 %> Generates a table with the best in each architecture, with its respective time and confidence interval
37 %> @param log a solog_merger_fhg
object
38 function s = get_html_graphics(o, log)
45 v.data_hint = o.data_hint;
52 s = cat(2, s, o.save_n_close([], 0, []));
59 s = cat(2, s, o.save_n_close());
62 ds_stab = log.extract_dataset_stabilities(o.stabilitytype, 'uni');
69 s = cat(2, s, o.save_n_close([], 0));
function maximize_window(in h, in aspectratio, in normalizedsize)
function def_peakdetector(in out)
function show_legend_only()
Visualization - Stacked histograms.
Generated by fselrepeater, carries subsets of features.
Generated by irreport, carries HTML contents.
Visualization - Class means.
function def_subsetsprocessor(in out)
Processor of a set of subsets of features.
function make_axis_gray()
function feacons_kun(in s1, in s2, in nf)