IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
fcon_linear_fixed.m
Go to the documentation of this file.
1 %> @brief Loadings vector specified directly
3  methods
4  function o = fcon_linear_fixed(o)
5  o.classtitle = 'Fixed';
6  o.short = 'LT'; % "Linear Transform"
7  o.flag_trainable = 0;
8  o.flag_ui = 0;
9  end;
10  end;
11 end
Feature Construction - Linear Transformations base class.
Definition: fcon_linear.m:2
Loadings vector specified directly.