1 %> @brief Calculates grades
using a Feature Subset Grader (FSG) object
4 %> Feature Subset Grader (FSG)
object
10 o.classtitle = 'Using FSG';
14 methods(Access=protected)
15 function out = do_use(o, data)
17 idxs = num2cell(1:da1.nf);
20 gradestemp = o.fsg.calculate_grades(idxs);
23 out.grades = gradestemp(:, :, 1); % It is possible that an SGS
object in the FSG will have 3 or more bites
24 out.fea_x = da1.fea_x;
25 out.xname = da1.xname;
26 out.xunit = da1.xunit;
27 out.yname = o.fsg.classtitle;
Calculates grades using a Feature Subset Grader (FSG) object.
Analysis Session that outputs a log_grades.
Generated by a as_grades object, carries a "grades" vector; usually.
FSG - Feature Subset Grader.