File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,11 +138,11 @@ predict_internal <- function(object, newData) {
138138# ' This can be a character string naming a family function, a family function or
139139# ' the result of a call to a family function. Refer R family at
140140# ' \url{https://stat.ethz.ch/R-manual/R-devel/library/stats/html/family.html}.
141+ # ' @param tol positive convergence tolerance of iterations.
142+ # ' @param maxIter integer giving the maximal number of IRLS iterations.
141143# ' @param weightCol the weight column name. If this is not set or \code{NULL}, we treat all instance
142144# ' weights as 1.0.
143- # ' @param tol positive convergence tolerance of iterations.
144145# ' @param regParam regularization parameter for L2 regularization.
145- # ' @param maxIter integer giving the maximal number of IRLS iterations.
146146# ' @param ... additional arguments passed to the method.
147147# ' @aliases spark.glm,SparkDataFrame,formula-method
148148# ' @return \code{spark.glm} returns a fitted generalized linear model
You can’t perform that action at this time.
0 commit comments