Decision Tree and Decision Forest

Version 1.5.0.0 (5.57 MB) by Quan Wang
This software implements decision tree/forest classifier in C++/MEX.

5.2K Downloads

Updated 10 Mar 2014

View License

This package implements the decision tree and decision forest techniques in C++, and can be compiled with MEX and called by MATLAB. The algorithm is highly efficient, and has been used in these papers:

[1] Quan Wang, Yan Ou, A. Agung Julius, Kim L. Boyer and Min Jun Kim, "Tracking Tetrahymena Pyriformis Cells using Decision Trees", 2012 21st International Conference on Pattern Recognition (ICPR), Pages 1843-1847, 11-15 Nov. 2012.

[2] Quan Wang, Dijia Wu, Le Lu, Meizhu Liu, Kim L. Boyer, and Shaohua Kevin Zhou, "Semantic Context Forests for Learning-Based Knee Cartilage Segmentation in 3D MR Images", MICCAI 2013: Workshop on Medical Computer Vision.

Cite As

Quan Wang (2023). Decision Tree and Decision Forest (https://www.mathworks.com/matlabcentral/fileexchange/39110-decision-tree-and-decision-forest), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.5.0.0

Changed the positions of several delete[] commands to optimize memory use.

1.4.0.0

Added decision forest functionalities.

1.3.0.0

Better encapsulation of the HashTable class.

1.2.0.0

Optimized the memory use of getEntropyDecrease() function.

1.1.0.0

Rewrite the code in C++/MEX. Generate to multi-class.

1.0.0.0