Valid DP-100 Dumps shared by ExamDiscuss.com for Helping Passing DP-100 Exam! ExamDiscuss.com now offer the newest DP-100 exam dumps, the ExamDiscuss.com DP-100 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com DP-100 dumps with Test Engine here:
You are performing clustering by using the K-means algorithm. You need to define the possible termination conditions. Which three conditions can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Correct Answer: A,B,E
AE: The algorithm terminates when the centroids stabilize or when a specified number of iterations are completed. B: A measure of how well the centroids represent the members of their clusters is the residual sum of squares or RSS, the squared distance of each vector from its centroid summed over all vectors. RSS is the objective function and our goal is to minimize it. References: https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/k-means- clustering https://nlp.stanford.edu/IR-book/html/htmledition/k-means-1.html