GoLang SVM::setOptions

request it (279)
GoLang replacement for PHP's SVM::setOptions [edit | history]



Do you know a GoLang replacement for PHP's SVM::setOptions? Write it!

PHP SVM::setOptions

PHP original manual for SVM::setOptions [ show | php.net ]

SVM::setOptions

(PECL svm >= 0.1.0)

SVM::setOptionsSet training parameters

Description

public bool SVM::setOptions ( array $params )

Set one or more training parameters.

Parameters

params

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

Return Values

Return true on success, throws SVMException on error.