Math, asked by engineerkanil7243, 1 year ago

what is the process of rescaling the values in the range [0 1]

Answers

Answered by phillipinestest
0

Answer:

Recalling the values is also called as Normalisation of the values the given data into 0, 1 range.

If you want to normalize your data, you can do so as you suggest and simply calculate the following:

         z_i = x_i - min(x).max(x) - min(x)z_i = x_i - min(x).max(x) - min(x)

where, x = (x_1, ...,x_n)\quad x= (x_1,...,x_n) and z_iz_i is now your i^{th} i^{th} normalized data.

Answered by mindfulmaisel
0

"Recalling the values is also called as Normalisation of the values the given data into 0, 1 range.

If you want to normalize your data, you can do so as you suggest and simply calculate the following:

z_i = x_i - min(x).max(x) - min(x)z_i = x_i - min(x).max(x) - min(x)

where, x = (x_1, ...,x_n) x= (x_1,...,x_n) and z_iz_iis now your i^{th} i^{th}normalized data."

Similar questions