IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
as_fsel.m
Go to the documentation of this file.
1 %>@brief Analysis Session that produces a log_as_fsel
2 classdef as_fsel < as
3  methods
4  function o = as_fsel()
5  o.classtitle = 'Feature Selection';
6  end;
7  end;
8 end
Log generated by an as_fsel class.
Definition: log_as_fsel.m:2
Analysis Session (AS) base class.
Definition: as.m:6
Analysis Session that produces a log_as_fsel.
Definition: as_fsel.m:2