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

Postprocess data which has been preprocessed by premnmx

Syntax

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

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

Description

postmnmx postprocesses the network training set which was preprocessed by premnmx. It converts the data back into unnormalized units.

postmnmx takes these inputs,

and returns,

Examples

In this example we normalize a set of training data with premnmx, create and train a network using the normalized data, simulate the network, unnormalize the output of the network using postmnmx, and perform a linear regression between the network outputs (unnormalized) and the targets to check the quality of the network training.

Algorithm

See Also

premnmx, prepca, poststd



[ Previous | Help Desk | Next ]