We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36fe08 commit 8b0d12cCopy full SHA for 8b0d12c
docs/machine-learning/regression/svr.md
@@ -4,7 +4,7 @@ Class implementing Epsilon-Support Vector Regression based on libsvm.
4
5
### Constructor Parameters
6
7
-* $kernel (int) - kernel type to be used in the algorithm (default Kernel::LINEAR)
+* $kernel (int) - kernel type to be used in the algorithm (default Kernel::RBF)
8
* $degree (int) - degree of the Kernel::POLYNOMIAL function (default 3)
9
* $epsilon (float) - epsilon in loss function of epsilon-SVR (default 0.1)
10
* $cost (float) - parameter C of C-SVC (default 1.0)
0 commit comments