mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-21 20:45:10 +00:00
Fix SVR documentation (#265)
This commit is contained in:
parent
a36fe086d3
commit
8b0d12c219
@ -4,7 +4,7 @@ Class implementing Epsilon-Support Vector Regression based on libsvm.
|
||||
|
||||
### Constructor Parameters
|
||||
|
||||
* $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)
|
||||
* $degree (int) - degree of the Kernel::POLYNOMIAL function (default 3)
|
||||
* $epsilon (float) - epsilon in loss function of epsilon-SVR (default 0.1)
|
||||
* $cost (float) - parameter C of C-SVC (default 1.0)
|
||||
|
Loading…
Reference in New Issue
Block a user