You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by li...@apache.org on 2018/08/01 22:24:43 UTC

[incubator-mxnet] branch master updated: Updating R client docs (#11954)

This is an automated email from the ASF dual-hosted git repository.

liuyizhi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 061076d  Updating R client docs (#11954)
061076d is described below

commit 061076dc83fbd26bc88911c3b0dbcbee81095d1f
Author: Sergey Sokolov <Se...@gmail.com>
AuthorDate: Wed Aug 1 15:24:35 2018 -0700

    Updating R client docs (#11954)
    
    * Updating R client docs
    
    * Forcing build
---
 R-package/R/mlp.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R-package/R/mlp.R b/R-package/R/mlp.R
index ecc3099..aa510d1 100644
--- a/R-package/R/mlp.R
+++ b/R-package/R/mlp.R
@@ -8,7 +8,7 @@
 #' @param activation either a single string or a vector containing the names of the activation functions.
 #' @param out_activation a single string containing the name of the output activation function.
 #' @param ctx whether train on cpu (default) or gpu.
-#' @param eval_metric the evaluation metric/
+#' @param eval.metric the evaluation metric/
 #' @param ... other parameters passing to \code{mx.model.FeedForward.create}/
 #' 
 #' @examples