Question: data mining You are given the attribute values for a variable from these different data sets (each data set has 5 instances), as shown below:
data mining
You are given the attribute values for a variable from these different data sets (each data set has 5
instances), as shown below:
D1 = [1, 2, 3, 4, 5],
D2 = [5, -5, 2, 1, -2].
Computing the following statistics needed: range (max-min), average, standard deviation for each
dataset. Then, transform the attribute values in each dataset (keep up to 2 decimal digits) using three
different ways: a) min-max normalization, b) standardization, c) binarization (1 if they are greater than
the average, otherwise 0)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
