SVM
PHP Manual

SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

Descripción

public bool SVM::setOptions ( array $params )

Set one or more training parameters.

Parámetros

params

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

Valores devueltos

Return true on success, throws SVMException on error.


SVM
PHP Manual