CakeFest 2024: The Official CakePHP Conference

SVMModel::getSvrProbability

(PECL svm >= 0.1.5)

SVMModel::getSvrProbabilityGet the sigma value for regression types

说明

public SVMModel::getSvrProbability(): float

For regression models, returns a sigma value. If there is no probability information or the model is not SVR, 0 is returned.

参数

此函数没有参数。

返回值

Returns a sigma value

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top