Skip to content

Commit 8b0d12c

Browse files
y-utiakondas
authored andcommitted
Fix SVR documentation (#265)
1 parent a36fe08 commit 8b0d12c

File tree

1 file changed

+1
-1
lines changed
  • docs/machine-learning/regression

1 file changed

+1
-1
lines changed

docs/machine-learning/regression/svr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Class implementing Epsilon-Support Vector Regression based on libsvm.
44

55
### Constructor Parameters
66

7-
* $kernel (int) - kernel type to be used in the algorithm (default Kernel::LINEAR)
7+
* $kernel (int) - kernel type to be used in the algorithm (default Kernel::RBF)
88
* $degree (int) - degree of the Kernel::POLYNOMIAL function (default 3)
99
* $epsilon (float) - epsilon in loss function of epsilon-SVR (default 0.1)
1010
* $cost (float) - parameter C of C-SVC (default 1.0)

0 commit comments

Comments
 (0)