Neural Network Toolbox
  Go to function:
    Search    Help Desk 
premnmx    Examples   See Also

Preprocess data so that minimum is -1 and maximum is 1

Syntax

[pn,minp,maxp,tn,mint,maxt] = premnmx(p,t)

[pn,minp,maxp] = premnmx(p)

Description

premnmx preprocesses the network training set by normalizing the inputs and targets so that they fall in the interval [-1,1].

premnmx(P,T) takes these inputs,

and returns,

Examples

Here is the code to normalize a given data set so that the inputs and targets will fall in the range [-1,1].

If you just want to normalize the input,

Algorithm

See Also

prestd, prepca, postmnmx



[ Previous | Help Desk | Next ]