SVMModel::getSvrProbability

(PECL svm >= 0.1.5)

SVMModel::getSvrProbabilityGet the sigma value for regression types

Opis

public SVMModel::getSvrProbability ( void ) : float

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns a sigma value

add a note add a note

User Contributed Notes

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