Embed presentation
Download to read offline








Decimal scaling normalization is a data preprocessing technique that scales attribute values in a dataset to a common scale without altering the differences between values. It works by multiplying all values of an attribute by a scaling factor determined by the maximum absolute value in the attribute's column. This normalization method is used to standardize data scales for algorithms sensitive to magnitude differences like distance-based algorithms such as K-nearest neighbors classification.







