IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
pre_norm_meanc.m
Go to the documentation of this file.
1
%> @brief Normalization - Mean-centering
2
%>
3
%> This
class
was kept after
pre_meanc
was reorganized
as
a subclass of
pre_norm_base
, but won't appear in the GUI.
4
%>
5
%> @sa
normaliz
.m
6
classdef
pre_norm_meanc
<
pre_norm_base
7
methods
8
function
o =
pre_norm_meanc
(o)
9
o.classtitle = 'Mean-centering';
10
o.
short
= 'MeanC';
11
o.types = 'c';
12
o.flag_ui = 0;
13
end;
14
end;
15
end
pre_norm_meanc
Normalization - Mean-centering.
Definition:
pre_norm_meanc.m:6
pre_norm_base
Normalization - base class.
Definition:
pre_norm_base.m:6
as
Analysis Session (AS) base class.
Definition:
as.m:6
pre_meanc
Mean-centering (trained)
Definition:
pre_meanc.m:4
normaliz
function normaliz(in X, in x, in types, in idxs_fea)
m
classes
block
pre
pre_norm_meanc.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1