Github user keypointt commented on a diff in the pull request:
https://github.com/apache/spark/pull/13921#discussion_r68707667
--- Diff: R/pkg/R/mllib.R ---
@@ -358,19 +369,11 @@ setMethod("summary", signature(object =
"KMeansModel"),
cluster = cluster, is.loaded = is.loaded))
})
-#' Predicted values based on model
-#'
-#' Makes predictions from a k-means model or a model produced by
spark.kmeans().
+# Predicted values based on a k-means model
#'
-#' @param object A fitted k-means model
-#' @rdname predict
--- End diff --
or maybe we can just remove it from R docs? anyway predict should be a
separate generic method across all ml algorithmns
---
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]