Skip to content

Commit 536e711

Browse files
authored
correct documentation for ... in keras_mlp() (#917)
* correct documentation for `...` in `keras_mlp()`
1 parent 2e17818 commit 536e711

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

R/mlp.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ class2ind <- function (x, drop2nd = FALSE) {
195195
#' @param activation A character string for the type of activation function between layers.
196196
#' @param seeds A vector of three positive integers to control randomness of the
197197
#' calculations.
198-
#' @param ... Currently ignored.
198+
#' @param ... Additional named arguments to pass to `keras::compile()` or
199+
#' `keras::fit()`. Arguments will be sorted and passed to either function
200+
#' internally.
199201
#' @return A `keras` model object.
200202
#' @keywords internal
201203
#' @export

man/keras_mlp.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)