1 %> @brief Loadings vector of an @ref
as_crossc
16 o.classtitle = 'Loadings';
21 methods(Access=protected)
22 function out = do_use(o, obj)
24 nb = length(obj.blocks);
31 color1 = color1*0.3+max(color1)*0.7;
34 block = obj.blocks{i};
35 temp =
block.L(:, o.idx_fea);
39 ymin = min([temp
', ymin]);
41 ymax = max([temp', ymax]);
42 plot(
block.L_fea_x, temp
', 'Color
', color1, 'LineWidth
', scaled(1)); % yeah it is 1
48 flag_p = ~isempty(o.peakdetector);
49 if ~isempty(o.data_hint)
50 hintx = o.data_hint.fea_x;
51 hinty = mean(o.data_hint.X, 1);
57 draw_loadings(obj.blocks{1}.L_fea_x, l, hintx, hinty, [], o.flag_abs, ...
58 o.peakdetector, o.flag_trace_minalt, flag_p, flag_p);
60 format_xaxis(obj.blocks{1});
69 set(gca, 'YLim
', [y0, y1]);
70 set_title(o.classtitle, obj);
Loadings vector of an as_crossc.
function find_color(in i)
Visualization base class.
Log generated by an as_crossc.
Cross-calculation Analysis Session.