Skip to content
Prev Previous commit
Next Next commit
[SPARK-16140] remove duplicated arguments 'object'
  • Loading branch information
keypointt committed Jun 27, 2016
commit aeface51d3ea47e3eb65d3ea2105eb3f2d04f745
2 changes: 0 additions & 2 deletions R/pkg/R/mllib.R
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ setMethod("summary", signature(object = "KMeansModel"),
#'
#' Makes predictions from a k-means model or a model produced by spark.kmeans().
#'
#' @param object A fitted k-means model
#' @return \code{predict} returns the predicted values based on a k-means model
#' @rdname spark.kmeans
#' @export
Expand Down Expand Up @@ -496,7 +495,6 @@ setMethod("write.ml", signature(object = "GeneralizedLinearRegressionModel", pat
#'
#' Save the k-means model to the input path.
#'
#' @param object A fitted k-means model
#' @param path The directory where the model is saved
#' @param overwrite Overwrites or not if the output path already exists. Default is FALSE
#' which means throw exception if the output path exists.
Expand Down