Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Class and Description |
---|---|
class |
Boost
Boosted tree classifier derived from DTrees
SEE: REF: ml_intro_boost
|
class |
RTrees
The class implements the random forest predictor.
|
Modifier and Type | Method and Description |
---|---|
static DTrees |
DTrees.__fromPtr__(long addr) |
static DTrees |
DTrees.create()
Creates the empty model
The static method creates empty decision tree with the specified parameters.
|
static DTrees |
DTrees.load(String filepath)
Loads and creates a serialized DTrees from a file
Use DTree::save to serialize and store an DTree to disk.
|
static DTrees |
DTrees.load(String filepath,
String nodeName)
Loads and creates a serialized DTrees from a file
Use DTree::save to serialize and store an DTree to disk.
|
Copyright © 2020. All rights reserved.