@@ -53,26 +53,27 @@ setClass("AFTSurvivalRegressionModel", representation(jobj = "jobj"))
53
53
# ' @note KMeansModel since 2.0.0
54
54
setClass ("KMeansModel ", representation(jobj = "jobj"))
55
55
56
- # ' Saves the machine learning model to the input path
56
+ # ' Saves the MLlib model to the input path
57
57
# '
58
- # ' Saves the machine learning model to the input path. For more information, see the specific
59
- # ' machine learning model below.
58
+ # ' Saves the MLlib model to the input path. For more information, see the specific
59
+ # ' MLlib model below.
60
60
# ' @rdname write.ml
61
61
# ' @name write.ml
62
62
# ' @export
63
- # ' @seealso \link{spark.glm}, \link{spark.kmeans}, \link{spark.naiveBayes}, \link{spark.survreg}
63
+ # ' @seealso \link{spark.glm}, \link{glm}
64
+ # ' @seealso \link{spark.kmeans}, \link{spark.naiveBayes}, \link{spark.survreg}
64
65
# ' @seealso \link{read.ml}
65
66
NULL
66
67
67
- # ' Predicted values based on a machine learning model
68
+ # ' Makes predictions from a MLlib model
68
69
# '
69
- # ' Predicted values based on a machine learning model. For more information, see the specific
70
- # ' machine learning model below.
70
+ # ' Makes predictions from a MLlib model. For more information, see the specific
71
+ # ' MLlib model below.
71
72
# ' @rdname predict
72
73
# ' @name predict
73
74
# ' @export
74
- # ' @seealso \link{spark.glm}, \link{spark.kmeans}, \link{spark.naiveBayes}, \link{spark.survreg }
75
- # ' @seealso \link{read.ml }
75
+ # ' @seealso \link{spark.glm}, \link{glm }
76
+ # ' @seealso \link{spark.kmeans}, \link{spark.naiveBayes}, \link{spark.survreg }
76
77
NULL
77
78
78
79
# ' Generalized Linear Models
@@ -528,6 +529,7 @@ setMethod("write.ml", signature(object = "KMeansModel", path = "character"),
528
529
# ' @rdname read.ml
529
530
# ' @name read.ml
530
531
# ' @export
532
+ # ' @seealso \link{write.ml}
531
533
# ' @examples
532
534
# ' \dontrun{
533
535
# ' path <- "path/to/model"
0 commit comments