We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c14d15 commit 5d9afe0Copy full SHA for 5d9afe0
1 file changed
R/pkg/R/mllib_classification.R
@@ -49,7 +49,7 @@ setClass("NaiveBayesModel", representation(jobj = "jobj"))
49
#' Linear SVM Model
50
#'
51
#' Fits a linear SVM model against a SparkDataFrame, similar to svm in e1071 package.
52
-#' Currently only supports binary classification model with linear kernal.
+#' Currently only supports binary classification model with linear kernel.
53
#' Users can print, make predictions on the produced model and save the model to the input path.
54
55
#' @param data SparkDataFrame for training.
0 commit comments