j143 commented on a change in pull request #933: URL: https://github.com/apache/systemml/pull/933#discussion_r434346924
########## File path: docs/builtins-reference.md ########## @@ -143,12 +139,13 @@ kmeans(x, centers, iter.max, nstart) | String |The output matrix with the centroids | + +**DML-bodied built-in functions** are written as DML-Scripts and executed as such when called. ### Example -KMeans = rand(Matrix x, centers k=0,int iter.max=25,int nstart=10) -return(Matrix[numerical] C,Matrix[numerical] Y) +```h2o.kmeans(x = predictors, k = 100, estimate_k = T, standardize = F, Review comment: Are you able to run this code in the colab notebook provided to you, if yes screenshot please. Also, this seems to be a copy-paste from `H2O` software, different from `SystemDS`. ---------------------------------------------------------------- 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