Which of the following is incorrect about k-Means Clustering?
Which of the following is incorrect about k-Means Clustering? Correct Answer k-means clustering produces a dendrogram
In contrast to hierarchical clustering algorithms, k-means clustering does not produce a dendrogram, but instead classifies data through a single step partition. The value of k is normally randomly set but can be adjusted if results are found to be unsatisfactory.