IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
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
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
Normalization - Mean-centering.
Definition: pre_norm_meanc.m:6
Normalization - base class.
Definition: pre_norm_base.m:6
Analysis Session (AS) base class.
Definition: as.m:6
Mean-centering (trained)
Definition: pre_meanc.m:4
function normaliz(in X, in x, in types, in idxs_fea)