MATLAB Function Reference
  Go to function:
    Search    Help Desk 
normalise     See Also

NORMALISE performs the linear normalisation of a learning dataset and transforms the corresponding testing dataset if it is provided

Syntax

Description

LEARNSET = NORMALISE(LEARNSET); [LEARNSET, TESTSET] = NORMALISE(LEARNSET, TESTSET); each feature value will be linearly computed between 0 and 1.
Algorithm


See Also

NORMSTD

[ Help Desk ]