Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16164 программиста и 1779 роботов. Сейчас ищут 1785 программистов ...
SVMModel::getSvmType - Get the SVM type the model was trained with
Вернуться к: SVMModel
SVMModel::getSvmType
(PECL svm >= 0.1.5)
SVMModel::getSvmType — Get the SVM type the model was trained with
Описание
public int SVMModel::getSvmType
( void
)
Returns an integer value representing the type of the SVM model used, e.g SVM::C_SVC.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Return an integer SVM type
Вернуться к: SVMModel