Github user keypointt commented on a diff in the pull request:
https://github.com/apache/spark/pull/14447#discussion_r74675584
--- Diff: R/pkg/R/mllib.R ---
@@ -433,15 +433,15 @@ setMethod("predict", signature(object =
"KMeansModel"),
#'
#' @param data A \code{SparkDataFrame} of observations and labels for
model fitting
#' @param blockSize BlockSize parameter
-#' @param layers Layers parameter
+#' @param layers Integer vector containing the number of nodes for each
layer
#' @param solver Solver parameter, supported options: "gd" (minibatch
gradient descent) or "l-bfgs"
#' @param maxIter Maximum iteration number
#' @param tol Convergence tolerance of iterations
#' @param stepSize StepSize parameter
#' @param seed Seed parameter for weights initialization
#' @return \code{spark.mlp} returns a fitted Multilayer Perceptron
Classification Model
#' @rdname spark.mlp
-#' @aliases spark.mlp,SparkDataFrame,formula-method
+#' @aliases spark.mlp,SparkDataFrame
--- End diff --
oh sure, fixing it now
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]