1 %> @brief Visualization - Grades vector calculated by any @ref
as_grades
3 %> @sa uip_vis_log_grades.m
16 o.classtitle = 'Grades';
21 methods(Access=protected)
22 function out = do_use(o, obj)
26 if ~isempty(o.data_hint)
27 hintx = o.data_hint.fea_x;
28 hinty = mean(o.data_hint.X, 1);
35 draw_loadings(obj.fea_x, obj.grades, hintx, hinty, [], o.flag_abs, ...
36 o.peakdetector, o.flag_trace_minalt, flag_p, flag_p, 0, o.flag_envelope);
Analysis Session that outputs a log_grades.
Generated by a as_grades object, carries a "grades" vector; usually.
Visualization base class.
function draw_loadings(in x, in L, in x_hint, in hint, in legends, in flag_abs, in peakd, in flag_trace_minalt, in flag_draw_peaks, in flag_print_peaks, in flag_histogram, in flag_envelope, in colors)
Visualization - Grades vector calculated by any as_grades.
function set_title(in s, in obj)
function draw_loadings_pl(in x, in L, in x_hint, in hint, in legends, in flag_abs, in peakd, in colorindexes)