You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/03 07:09:01 UTC

[GitHub] [systemml] t201 commented on a change in pull request #933: [DOC] Documentation for builtin KMeans function

t201 commented on a change in pull request #933:
URL: https://github.com/apache/systemml/pull/933#discussion_r434352595



##########
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:
       Done. Only the changes to 'centers' were done this time.




----------------------------------------------------------------
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:
users@infra.apache.org