IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
pre_norm_vector.m
Go to the documentation of this file.
1 %> @brief Normalization - Vector Normalization
2 %>
3 %> @sa normaliz.m
5  methods
6  function o = pre_norm_vector()
7  o.classtitle = 'Vector Normalization';
8  o.short = 'VN';
9  o.types = 'n';
10  end;
11  end;
12 end
Normalization - Vector Normalization.
Normalization - base class.
Definition: pre_norm_base.m:6
function normaliz(in X, in x, in types, in idxs_fea)