The following attributes are measured for members of a herd of Asian ele- phants: weight, height, tusk length, trunk length, and ear area. Based on these measurements, what sort of similarity measure from Section 2.4 would you use to compare or group these elephants? Justify your answer and ex- plain any special circumstances.

What will be an ideal response?


These attributes are all numerical, but can have widely varying ranges of
values, depending on the scale used to measure them. Furthermore, the
attributes are not asymmetric and the magnitude of an attribute matters.

These latter two facts eliminate the cosine and correlation measure. Eu-
clidean distance, applied after standardizing the attributes to have a mean
of 0 and a standard deviation of 1, would be appropriate.

Computer Science & Information Technology

You might also like to view...

What does it mean to say a variable is local to a function?

A. main() can use it whenever it wants to, but no other function can see or use it. B. Only the function where the variable is declared can see and use it. C. No functions can see or use it. D. None of the above are true.

Computer Science & Information Technology

When the ++ operator appears before a variable, it is called a(n) ____ increment operator.

A. leading B. prefix C. ordered D. postfix

Computer Science & Information Technology

How can you create navigation to a specific part of a page?

What will be an ideal response?

Computer Science & Information Technology

The process of specifying conditions to display only those records that meet those conditions.

What will be an ideal response?

Computer Science & Information Technology