Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/16969#discussion_r101683410
--- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
@@ -564,6 +566,26 @@ model <- spark.logit(df, Species ~ ., regParam = 0.056)
summary(model)
```
+#### Linear Support Vector Machine (SVM) Classifier
+
+[Linear Support Vector Machine
(SVM)](https://en.wikipedia.org/wiki/Support_vector_machine#Linear_SVM)
classifier is an SVM classifier with linear kernel.
--- End diff --
`linear kernels`?
---
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]