Skip to content

Commit

Permalink
address document failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmiao1981 committed Jan 20, 2017
1 parent e77cbaf commit 83b2d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/pkg/R/mllib_clustering.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ setMethod("predict", signature(object = "BisectingKMeansModel"),
#' Get fitted result from a bisecting k-means model.
#' Note: A saved-loaded model does not support this method.
#'
#' @param method type of fitted results, \code{"centers"} for cluster centers
#' or \code{"classes"} for assigned classes.
#' @return \code{fitted} returns a SparkDataFrame containing fitted values.
#' @rdname spark.bisectingKmeans
#' @export
Expand Down

0 comments on commit 83b2d6f

Please sign in to comment.