1 %> @brief Feature Grades
using a @ref
fsg object to grade the features
4 %> FSG
object to grade the data features
6 %> Hint dataset to draw that spectrum in the background
12 o.classtitle = 'Feature grades';
18 methods(Access=protected)
19 function out = do_use(o, data)
23 grades = fsg_.calculate_grades(num2cell(1:data.nf));
25 if ~isempty(o.data_hint)
26 xhint = o.data_hint.fea_x;
27 yhint = mean(o.data_hint.X);
33 draw_loadings(data.fea_x, grades, xhint, yhint, [], 0, [], 0, 0, 0);
35 ylabel(fsg_.classtitle);
Feature Grades using a fsg object to grade the features.
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)
FSG - Feature Subset Grader.
function set_title(in s, in obj)