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:11:49 UTC

[GitHub] [systemml] escher-m commented on a change in pull request #941: [DOC] Documentation for builtin gnmf function

escher-m commented on a change in pull request #941:
URL: https://github.com/apache/systemml/pull/941#discussion_r434353987



##########
File path: dev/docs/builtins-reference.md
##########
@@ -411,7 +412,38 @@ normalize(X);
 ### Example
 ```r
 X = rand(rows = 50, cols = 10)
-y = X %*% rand(rows=ncol(X), cols=1)
+y = X %*% rand(rows = ncol(X), cols = 1)
 y = normalize(X = X)
+```
+## `gnmf`-Function
+
+The `gnmf`-function does Generalized Non-Negative Matrix Factorization.
+It performs generalized non-negative matrix factorization based on Renyi Divergence

Review comment:
       Made changes




----------------------------------------------------------------
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