| Package | Description |
|---|---|
| org.bytedeco.javacpp | |
| org.bytedeco.javacpp.helper |
| Modifier and Type | Class and Description |
|---|---|
static class |
opencv_ml.Boost
\brief Boosted tree classifier derived from DTrees
|
static class |
opencv_ml.RTrees
\brief The class implements the random forest predictor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.DTrees |
opencv_ml.DTrees.create()
\brief Creates the empty model
|
static opencv_ml.DTrees |
opencv_ml.DTrees.load(org.bytedeco.javacpp.BytePointer filepath) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(org.bytedeco.javacpp.BytePointer filepath,
org.bytedeco.javacpp.BytePointer nodeName)
\brief Loads and creates a serialized DTrees from a file
Use DTree::save to serialize and store an DTree to disk.
|
static opencv_ml.DTrees |
opencv_ml.DTrees.load(String filepath) |
static opencv_ml.DTrees |
opencv_ml.DTrees.load(String filepath,
String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(org.bytedeco.javacpp.BytePointer filename,
org.bytedeco.javacpp.BytePointer objname) |
static opencv_ml.DTrees |
opencv_ml.AbstractStatModel.loadDTrees(String filename,
String objname) |
Copyright © 2018. All rights reserved.