CakeFest 2024: The Official CakePHP Conference

SVMModel::getSvrProbability

(PECL svm >= 0.1.5)

SVMModel::getSvrProbabilityGet the sigma value for regression types

Beschreibung

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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns a sigma value

add a note

User Contributed Notes

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