(PECL svm >= 0.1.5)
Get the labels the model was trained on
public array SVMModel::getLabels ( void )
Return an array of labels that the model was trained on. For regression and one class models an empty array is returned.
Returns:
Return an array of labels
See also:
Please login to continue.