Question
Which practice improves the reliability of a k-means result?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Run it from multiple initializations and keep the solution with the lowest objective
Explanation:
Multiple starts reduce the chance of accepting a poor local optimum caused by unlucky initialization. A fixed random seed can also make experiments reproducible.
Leave a Reply