Poor initialization of centroids in K-Means clustering may lead to __________, affecting the quality of the clustering.
- Convergence to global maxima
- Local minima
- Noise
- Overfitting
Poor initialization of centroids can lead the K-Means algorithm to converge to local minima, affecting the quality of the clustering. Local minima occur when the algorithm finds a suboptimal clustering solution.
Loading...
Related Quiz
- The method of ___________ focuses on finding the linear combinations of variables that best separate different classes, making it useful in classification problems.
- In pharmacology, machine learning can aid in the process of drug discovery by predicting potential ________ of new compounds.
- How does the Kernel Trick transform the input data?
- If a model's errors have many outliers, the ________ may be significantly larger than the ________.
- Dimensionality reduction techniques, like PCA and t-SNE, are essential when dealing with the ________ curse.