Neural Network Toolbox Previous page   Next Page
poststd

Postprocess data which has been preprocessed by prestd

Syntax

[P,T] = poststd(PN,meanp,stdp,TN,meant,stdt)

[p] = poststd(PN,meanp,stdp)

Description

poststd postprocesses the network training set that was preprocessed by prestd. It converts the data back into unnormalized units.

poststd takes these inputs,

and returns,

Examples

In this example we normalize a set of training data with prestd, create and train a network using the normalized data, simulate the network, unnormalize the output of the network using poststd, 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, postmnmx, prestd


Previous page  postreg premnmx Next page

© 1994-2005 The MathWorks, Inc.