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

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 which 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 | Help Desk | Next ]