Normalization

Normalization consists of transforming numeric values into a specific range, such as [–1.0,1.0] or [0.0,1.0] such that x_new = (x_old-shift)/scale. Normalization applies only to numeric attributes.

Oracle Data Miner enables you to specify the following kinds of normalization:

Normalization provides transformations that perform min-max normalization, scale normalization, and z-score normalization.


Note:

You cannot normalize character data.