ml_DTrees_Flags
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
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.