Suppose that you are employed as a data mining consultant for an In- ternet search engine company. Describe how data mining can help the company by giving specific examples of how techniques, such as clus- tering, classification, association rule mining, and anomaly detection can be applied.

What will be an ideal response?
The following are examples of possible answers.


• Clustering can group results with a similar theme and present
them to the user in a more concise form, e.g., by reporting the
10 most frequent words in the cluster.
• Classification can assign results to pre-defined categories such as
“Sports,” “Politics,” etc.
• Sequential association analysis can detect that that certain queries
follow certain other queries with a high probability, allowing for
more efficient caching.
• Anomaly detection techniques can discover unusual patterns of
user traffic, e.g., that one subject has suddenly become much
more popular. Advertising strategies could be adjusted to take
advantage of such developments.

Computer Science & Information Technology

You might also like to view...

Construct a transformer object with initialization

What will be an ideal response?

Computer Science & Information Technology

The ____ statement can be used to code a multiple-alternative selection structure.

A. Select B. Select Option C. Case D. Select Case

Computer Science & Information Technology

A single bit can represent two values: 0 and 1. Two bits can represent four values: 00, 01, 10, and 11. Three bits can represent eight values: 000, 001, 010, 011, 100, 101, 110, and 111. How many values can be represented by

a. 8 bits? b. 16 bits? c. 32 bits?

Computer Science & Information Technology

Which of the following is NOT an example of a text effect?

A) Text glow B) Mirrored text C) Italics D) Shadowed text

Computer Science & Information Technology