pnormc
(To be removed) Pseudonormalize columns of matrix
pnormc will be removed in a future release. For more information,
see Transition Legacy Neural Network Code to dlnetwork Workflows.
For advice on updating your code, see Version History.
Syntax
pnormc(X,R)
Description
pnormc(X,R) takes these arguments,
X |
|
R | (Optional) radius to normalize columns to (default = 1) |
and returns X with an additional row of elements, which results in
new column vector lengths of R.
Caution
For this function to work properly, the columns of X must
originally have vector lengths less than R.
Examples
x = [0.1 0.6; 0.3 0.1]; y = pnormc(x)
Version History
Introduced before R2006aSee Also
Time Series
Modeler | fitrnet (Statistics and Machine Learning Toolbox) | fitcnet (Statistics and Machine Learning Toolbox) | trainnet | trainingOptions | dlnetwork