Mean
Objective
Mean normalization is a process used in machine learning that calculates and subtracts the mean for every feature.
Example
Output attributes
After processing, attributes receive automatically applied postfix ID = MEAN_NORM
Before processing
After processing
Data type
ask
ask_MEAN_NORM
double value
bid
bid_MEAN_NORM
double value
Last updated