IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
pre_norm_std.m
Go to the documentation of this file.
1 %> @brief Normalization - std Normalization - backward compatibility
2 %>
3 %> This class was kept after pre_std 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_std()
9  o.classtitle = 'Standardization';
10  o.short = 'Std';
11  o.types = 's';
12  o.flag_ui = 0;
13  end;
14  end;
15 end
Standardization (trained)
Definition: pre_std.m:4
Normalization - std Normalization - backward compatibility.
Definition: pre_norm_std.m:6
Normalization - base class.
Definition: pre_norm_base.m:6
Analysis Session (AS) base class.
Definition: as.m:6
function normaliz(in X, in x, in types, in idxs_fea)