Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started