Method | Description | |
---|---|---|
__construct ( integer $kernel = Kernel::LINEAR, float $cost = 1, integer $degree = 3, float $gamma = null, float $coef0, float $tolerance = 0.001, integer $cacheSize = 100, boolean $shrinking = true, boolean $probabilityEstimates = false ) |
public __construct ( integer $kernel = Kernel::LINEAR, float $cost = 1, integer $degree = 3, float $gamma = null, float $coef0, float $tolerance = 0.001, integer $cacheSize = 100, boolean $shrinking = true, boolean $probabilityEstimates = false ) | ||
$kernel | integer | |
$cost | float | |
$degree | integer | |
$gamma | float | |
$coef0 | float | |
$tolerance | float | |
$cacheSize | integer | |
$shrinking | boolean | |
$probabilityEstimates | boolean |