CakeFest 2024: The Official CakePHP Conference

SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

Descrizione

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

Set one or more training parameters.

Elenco dei parametri

params

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

Valori restituiti

Return true on success, throws SVMException on error.

add a note

User Contributed Notes

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