[Visual Data Flow]     [Decision Tree]     [Tree-View]     [Visual Decision Tree]     [Viz-SVM]


Decision Trees Toolkit

Authors:
 
Philippe Lenca (IMT Atlantique, philippe.lenca@imt-atlantique.fr)
Thanh-Nghi Do (CTU, dtnghi@cit.ctu.edu.vn)


Decision Tree Toolkit (DT2)



DT2 aims at learning random decision trees for mining imbalanced datasets. The training algorithms include different split functions (off-centered entropy, asymmetric entropy, Shannon entropy, generalized entropy), local labeling rules, random forests (bagging, random forest, arc-x4).

       References
Random Forest of Oblique Decision Trees (RF-ODT)



Random oblique tree (RF-ODT) aims at classifying very-high-dimensional datasets. The main idea is to use linear SVMs for performing multivariate node splitting during tree construction, producing individual classifiers that are stronger than in classical forests. RF-ODT deals with tasks of classification (multi-class, imbalanced datasets), regression, feature extraction.

       References

Last update oct. 26 2017 by Thanh-Nghi Do