Computer Science, asked by patilabhinav588, 1 month ago


decimal scaling to transfer value 600. *

Answers

Answered by Anjaliikamble
0

Answer:

Let the input data is: -10, 201, 301, -401, 501, 601, 701

To normalize the above data,

Step 1: Maximum absolute value in given data(m): 701

Step 2: Divide the given data by 1000 (i.e j=3)

Result: The normalized data is: -0.01, 0.201, 0.301, -0.401, 0.501, 0.601, 0.701

Similar questions