j143 commented on a change in pull request #933: URL: https://github.com/apache/systemml/pull/933#discussion_r434346081
########## File path: docs/builtins-reference.md ########## @@ -127,12 +123,12 @@ kmeans(x, centers, iter.max, nstart) ### Arguments -| Name | Type | Default | Description | -| :---- | :------------- | -------- | :------------------------------- | -| x | Matrix[Numeric] | required |The input Matrix to do KMeans on..| -|centers | Int | -------- |The no. of cenetrs | -|iter.max|Int |10 |Max no. of iterations allowed | -|nstart |Int |10 |No. of random starting positions | +| Name | Type | Default | Description | +| :-- | :-- | -- | :-- | Review comment: Can you revert changes of this line. I was only talking about `centers` corresponding! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org