SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

설명

public bool SVM::setOptions ( array $params )

Set one or more training parameters.

인수

params

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

반환값

Return true on success, throws SVMException on error.

add a note add a note

User Contributed Notes

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