Weak tree classifier
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusCvStatModel
OpenCvSharp.CPlusPlusCvDTree
OpenCvSharp.CPlusPlusCvBoostTree
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvBoostTree type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvBoostTree |
Default constructor
|
Properties
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
Methods
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
Clear | (Overrides CvDTreeClear.) | |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides CvDTreeDispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
GetData | (Inherited from CvDTree.) | |
GetHashCode | (Inherited from Object.) | |
GetPrunedTreeIdx | (Inherited from CvDTree.) | |
GetRoot | (Inherited from CvDTree.) | |
GetType | (Inherited from Object.) | |
GetVarImportance | (Inherited from CvDTree.) | |
Load(String) |
Loads the model from file
(Inherited from CvStatModel.) | |
Load(String, String) |
Loads the model from file
(Inherited from CvStatModel.) | |
MemberwiseClone | (Inherited from Object.) | |
NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
Predict(CvMat, CvMat, Boolean) |
Returns the leaf node of decision tree corresponding to the input vector
(Inherited from CvDTree.) | |
Predict(Mat, Mat, Boolean) |
Returns the leaf node of decision tree corresponding to the input vector
(Inherited from CvDTree.) | |
Read(CvFileStorage, CvFileNode) |
Reads the model from file storage
(Inherited from CvDTree.) | |
Read(CvFileStorage, CvFileNode, CvDTreeTrainData) |
Reads the model from file storage
(Inherited from CvDTree.) | |
Read(CvFileStorage, CvFileNode, CvBoost, CvDTreeTrainData) | ||
Save(String) |
Saves the model to file
(Inherited from CvStatModel.) | |
Save(String, String) |
Saves the model to file
(Inherited from CvStatModel.) | |
Scale | ||
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) | |
Train(CvDTreeTrainData, CvMat) |
Trains decision tree
(Inherited from CvDTree.) | |
Train(CvMLData, CvDTreeParams) |
Trains decision tree
(Inherited from CvDTree.) | |
Train(CvDTreeTrainData, CvMat, CvBoost) |
Trains decision tree
| |
Train(CvMat, DTreeDataLayout, CvMat, CvMat, CvMat, CvMat, CvMat, CvDTreeParams) |
Trains decision tree
(Inherited from CvDTree.) | |
Train(Mat, DTreeDataLayout, Mat, Mat, Mat, Mat, Mat, CvDTreeParams) |
Trains decision tree
(Inherited from CvDTree.) | |
Write(CvFileStorage) |
Writes the model to file storage
(Inherited from CvDTree.) | |
Write(CvFileStorage, String) |
Writes the model to file storage
(Inherited from CvDTree.) |
Fields
Name | Description | |
---|---|---|
dataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
ptr |
Data pointer
(Inherited from DisposableCvObject.) |
See Also