Question: vector data preprocessing Assume the attribute age contains the following values (12, 14, 30, 35, 60, 70). If max-min normalization is used to transform the
Assume the attribute age contains the following values (12, 14, 30, 35, 60, 70). If max-min normalization is used to transform the ages to the range [0, 1.0), what the transformed value of 35? If the standardization normalization is used, what is the transformed value of 35? We have a table Car(tonnage, color), where the tonnage is a numeric feature, and the color feature is a categorical feature with three possible values: Red, Green, Blue. If we use the "dummy coding" method to transform the categorical feature, what does the following table look like in the transformed form? Tonnage Color 1.4 Blue 2.0 Red
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
