CakeFest 2024: The Official CakePHP Conference

SVMModel::getLabels

(PECL svm >= 0.1.5)

SVMModel::getLabelsGet the labels the model was trained on

说明

public SVMModel::getLabels(): array

Return an array of labels that the model was trained on. For regression and one class models an empty array is returned.

参数

此函数没有参数。

返回值

Return an array of labels

参见

add a note

User Contributed Notes

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