IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
fcon_linear_fixed.m
Go to the documentation of this file.
1
%> @brief Loadings vector specified directly
2
classdef
fcon_linear_fixed
<
fcon_linear
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
fcon_linear
Feature Construction - Linear Transformations base class.
Definition:
fcon_linear.m:2
fcon_linear_fixed
Loadings vector specified directly.
Definition:
fcon_linear_fixed.m:2
m
classes
block
fext
fcon
fcon_linear_fixed.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1