Describe the different types of attributes one may come across in a data mining dataset with two examples of each type
Answers
Answered by
0
There are different types of attributes
Nominal. Examples: ID numbers, eye color, zip codesOrdinal. Examples: rankings (e.g., taste of potato chips on a scale from 1-10), grades, height in {tall, medium, short}Interval. Examples: calendar dates, temperatures in Celsius or FahrenheitRatio. Examples: temperature in Kelvin, length, time, counts1. Nominal: The values of a nominal attribute are just different names, i.e., nominal attributes provide only enough information to distinguish one object from another. (=, ≠). Example: zip codes, employee ID numbers, eye color,sex: {male, female}
2. Ordinal: The values of an ordinal attribute provide enough information to order objects. (<, >) Example: hardness of minerals,{good, better, best},grades, street numbers
Similar questions