IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
pre_norm_vector.m
Go to the documentation of this file.
1
%> @brief Normalization - Vector Normalization
2
%>
3
%> @sa
normaliz
.m
4
classdef
pre_norm_vector
<
pre_norm_base
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
pre_norm_vector
Normalization - Vector Normalization.
Definition:
pre_norm_vector.m:4
pre_norm_base
Normalization - base class.
Definition:
pre_norm_base.m:6
normaliz
function normaliz(in X, in x, in types, in idxs_fea)
m
classes
block
pre
pre_norm_vector.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1