数据挖掘代写 | CP3403 Data Mining

本次澳洲代写主要为数据挖掘相关的test

For a given dataset with 15 clusters, please answer the following
questions.

Question 1 (2 marks)
For the dataset, apply k-means clustering with 15 clusters. Is k-means
clustering able to find all those 15 clusters?

Question 2 (6 marks)

Apply hierarchical clustering to find those 15 clusters.
Is single-linkage able to find 15 clusters?
Is complete-linkage able to find 15 clusters?
Is average-linkage able to find 15 clusters?

Question 3 (2 marks)

Apply DBSCAN to find those 15 clusters. Use the default
minPoints (=6), and find out epsilon value to find these 15
clusters.