Skip to content

ml_RTrees_create

mlfunctionOpenCV 5.0.0
import { ml_RTrees_create } from '@banou/opencv-wasm'

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

Creates the empty model. Use StatModel::train to train the model, StatModel::train to create and train the model, Algorithm::load to load the pre-trained model.

ml_RTrees_create(): ml_RTrees | null;
Returns

The ml_RTrees | null result.

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.