Package | Description |
---|---|
org.bytedeco.opencv.opencv_ml |
Modifier and Type | Class and Description |
---|---|
class |
Boost
\brief Boosted tree classifier derived from DTrees
|
class |
RTrees
\brief The class implements the random forest predictor.
|
Modifier and Type | Method and Description |
---|---|
static DTrees |
DTrees.create()
\brief Creates the empty model
|
static DTrees |
DTrees.load(BytePointer filepath) |
static DTrees |
DTrees.load(BytePointer filepath,
BytePointer nodeName)
\brief 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) |
static DTrees |
DTrees.load(String filepath,
String nodeName) |
static DTrees |
AbstractStatModel.loadDTrees(BytePointer filename,
BytePointer objname) |
static DTrees |
AbstractStatModel.loadDTrees(String filename,
String objname) |
Copyright © 2020. All rights reserved.