IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
cascade_fsel_grades_fsg.m
Go to the documentation of this file.
1 %> @brief Cascade block: as_grades_fsg->as_fsel_grades->(extract_fsel)
3  methods
4  function o = cascade_fsel_grades_fsg()
5  o.classtitle = 'Feature selection grades FSG';
6  o.flag_trainable = 1;
7  o.blocks = {as_grades_fsg, as_fsel_grades, methodcaller('extract_fsel()')};
8  end;
9  end;
10 end
Calculates grades using a Feature Subset Grader (FSG) object.
Definition: as_grades_fsg.m:2
Calls a method from input block.
Definition: methodcaller.m:5
Base Block class.
Definition: block.m:2
Property classtitle
Class Title. Should have a descriptive name, as short as possible.
Definition: irobj.m:50
Cascade block: as_grades_fsg->as_fsel_grades->(extract_fsel)
Cascade block: sequence of blocks represented by a block.
Feature Selection based on a "grades" vector.