SVMModel::getSvmTypeGet the SVM type the model was trained with Description
public int SVMModel::getSvmType
( void
)
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 |