Skip to content

ml_DTrees_Flags

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

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

ARGUMENTSConstructor or factory
CLASSml_DTrees_Flags
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.

Predict options

Constructors and members

static PREDICT_AUTO

Predict options

PREDICT_AUTO: ml_DTrees_FlagsValue<0>,

static PREDICT_SUM

Predict options

PREDICT_SUM: ml_DTrees_FlagsValue<256>,

static PREDICT_MAX_VOTE

Predict options

PREDICT_MAX_VOTE: ml_DTrees_FlagsValue<512>,

static PREDICT_MASK

Predict options

PREDICT_MASK: ml_DTrees_FlagsValue<768>

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.