1 %> @brief Draws entropy curves based on a as_fsel_hist
object
3 %> @todo
this is obsolete. Should take
log_hist as input, not as_fsel_hist (which doesn
't exist anymore)
4 classdef vis_as_fsel_hist_entropy < vis
6 %> ={[Inf, 0, 0], [1, 2]}
8 dimspec = {[Inf, 0, 0], [1, 2]};
11 valuesfieldname = 'rates
';
34 function o = vis_as_fsel_hist_entropy(o) %#ok<*INUSD>
35 o.classtitle = 'Entropy curves
';
36 o.inputclass = 'as_fsel_hist
';
41 methods(Access=protected)
42 function out = do_use(o, a)
45 % Plots entropies both individual and accumulated hitss
47 plot(hitsentropy(a.hitss, 'uni
'), 'LineWidth
', scaled(2.5));
48 title('Entropy of each histogram
');
53 plot(hitsentropy(a.hitss, 'accum
'), 'LineWidth
', scaled(2.5));
54 title('Entropy of accumulated histogram
');
Generated by subsetsprocessor, carries a histogram.
Analysis Session (AS) base class.