Skip to content

ml_SVM_ParamTypes

mlclassOpenCV 5.0.0
import { ml_SVM_ParamTypes } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSConstructor or factory
CLASSml_SVM_ParamTypes
RETURN TYPEOwned native handle
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Native object: release it with using or delete(). Factories can return null; check before calling methods.

%SVM params type

Constructors and members

static C

c constant (0), defined by OpenCV for cv::ml::SVM.

C: ml_SVM_ParamTypesValue<0>,

static GAMMA

gamma constant (1), defined by OpenCV for cv::ml::SVM.

GAMMA: ml_SVM_ParamTypesValue<1>,

static P

p constant (2), defined by OpenCV for cv::ml::SVM.

P: ml_SVM_ParamTypesValue<2>,

static NU

nu constant (3), defined by OpenCV for cv::ml::SVM.

NU: ml_SVM_ParamTypesValue<3>,

static COEF

coef constant (4), defined by OpenCV for cv::ml::SVM.

COEF: ml_SVM_ParamTypesValue<4>,

static DEGREE

degree constant (5), defined by OpenCV for cv::ml::SVM.

DEGREE: ml_SVM_ParamTypesValue<5>

These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.