News

For ML plugin, we can pass int "iteraions" and "k" to train "kmeans" model. But when we pass double value, it also works, but convert the double value to int. Check our code KMeansParams.java#L76 Read ...