Please answer the two multiple choice questions below: Suppose there are 11 data
ID: 3692912 • Letter: P
Question
Please answer the two multiple choice questions below:
Suppose there are 11 data points to be clustered. Which of the following statements is correct as the number of clusters parameter k increases in the k-means algorithm? The time that it takes for the clustering algorithm will increase from linear time to approaching O(n^2). The time that it takes for the clustering algorithm will first increase and then decrease as the parameter k increases from a constant to approaching n. The time that it takes for the clustering algorithm will stay constant regardless of the k parameter. The time that it takes for the clustering algorithm will decrease as it becomes easier to cluster as k increases. Which of the following is NOT a type of anomaly detection scheme in the common literature? Model based. Distance based. Statistics based. Event based.Explanation / Answer
QUESTION 11.ANS:A.The time that it takes for clustering algorithm will increase from liner time to approaching O(n2)
QUESTION 12 ANS:D.Event based.