SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

Descrição

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

Set one or more training parameters.

Parâmetros

params

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

Valor Retornado

Return true on success, throws SVMException on error.