SVMModel::getSvmTypeGet the SVM type the model was trained with Descriptionpublic int SVMModel::getSvmType()
Returns an integer value representing the type of the SVM model used, e.g SVM::C_SVC. ParametersThis function has no parameters. Return ValuesReturn an integer SVM type |