0
40kviews
Describe the different types of attributes one may come across in a data mining data set with two examples of each type.
1 Answer
written 8.4 years ago by |
Different types of attributes in a data mining data set are:
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(=,≠)
Examples: zip codes, employees ID numbers.
Ordinal:
The values of an ordinal attribute provide enough information to order objects(<, >)
Examples: Hardness of minerals, street numbers
Interval:
For interval attributes, the differences between values are meaningful,i.e. a unit of measurement exists(+,-)
Examples: Calendar dates, Temperature in Celsius or Fahrenheit.
Ratio: