4 %>
"Number of features x grade"
10 o.classtitle = 'Forward';
11 o.moreactions = [o.moreactions, {
'extract_dataset'}];
14 %> Draws in histogram shape
15 function o = draw(o, data_hint, flag_mark) %#ok<INUSD>
16 if ~exist(
'data_hint',
'var')
20 o.draw_grades(data_hint, 1);
25 %> Creates a dataset with one row containing the @ref nfxgrades property.
28 function out = extract_dataset(o)
30 out.X = o.nfxgrade(:)'; % row vector
32 out.classlabels = {o.
yname};
33 out.fea_x = 1:numel(o.nfxgrade);
34 out.xname =
'Number of features';
38 out.title =
'Number of features X Grade';
39 out = out.assert_fix();
Log generated by a as_fsel_forward.
Log generated by an as_fsel class.
Forward Feature Selection.
Property yname
y-axis name, defaults to 'Absorbance'
Feature Selection based on a "grades" vector.