MAKKI
- 1
- 0
What does NORMALIZATION do?I am using a mathematical tool in which tables are formed and normalization of these tables are done using formula u know:
g(x)=g(x)/Max[g(x)];
i.e all values of the table are divided by the Maximum number from the table.
thus table got maximum value =1.
my question is that "what is its effect and does it provide better performance if used in algorithm."
thanks.
g(x)=g(x)/Max[g(x)];
i.e all values of the table are divided by the Maximum number from the table.
thus table got maximum value =1.
my question is that "what is its effect and does it provide better performance if used in algorithm."
thanks.