SVM::setOptions
PHP Manual
PHP Manual»SVM»SVM::setOptions

SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

Açıklama

public function SVM::setOptions(array $params): bool

Set one or more training parameters.

Bağımsız Değişkenler

params
An array of training parameters, keyed on the SVM constants.

Dönen Değerler

Return true on success, throws SVMException on error.

To Top