PHP 8.1.28 Released!

SVM::getOptions

(PECL svm >= 0.1.0)

SVM::getOptionsReturn the current training parameters

Açıklama

public SVM::getOptions(): array

Retrieve an array containing the training parameters. The parameters will be keyed on the predefined SVM constants.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an array of configuration settings.

add a note

User Contributed Notes

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