Neural Network Toolbox Previous page   Next Page
postmnmx

Postprocess data that 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 that 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 page  poslin postreg Next page

© 1994-2005 The MathWorks, Inc.