1 %> @brief
"Super-object" encapsulating both a @ref
as_fsel_grades and a @ref as_grades_data
object
3 %> This
class allows the input to be a dataset (@ref
irdata) instead of a @ref
log_grades
5 %> @arg The @ref as_grades_data
object calculates the grades vector, whereas ...
6 %> @arg the @ref
as_fsel_grades performs itself the feature selection.
9 %> @ref as_grades_data
object
17 %> Number of features to be selected
23 o.classtitle = 'Grades super-
object';
27 function n = get.nf_select(o)
34 function o = set.nf_select(o, n)
41 methods(Access=protected)
42 function log2 = do_use(o, data)
43 log1 = o.as_grades_data.use(data);
"Super-object" encapsulating both a as_fsel_grades and a as_grades_data object
Generated by a as_grades object, carries a "grades" vector; usually.
Analysis Session that produces a log_as_fsel.
Feature Selection based on a "grades" vector.