IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
fcon.m
Go to the documentation of this file.
1 %> @brief Feature Construction (FCon) base class
2 classdef fcon < fext
3  methods
4  function o = fcon(o)
5  o.classtitle = 'Feature Construction';
6  end;
7  end;
8 end
Feature Extraction (Fext) base class.
Definition: fext.m:4
Feature Construction (FCon) base class.
Definition: fcon.m:2