HellingerTreesMatlab
Decision Tree Library
Implementation of Hellinger Distance Decision Trees and Forests for binary decision problems with imbalanced data and numeric attributes.
A Matlab Implementation of Hellinger Distance Decision Trees and Forests for Binary Decision Problems with Imbalanced Data and Numeric Attributes
2 stars
1 watching
3 forks
Language: Matlab
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kaurao/hddt | An R implementation of Hellinger distance decision tree algorithm. | 10 |
bensadeghi/decisiontree.jl | A Julia package implementing popular machine learning algorithms | 8 |
serengil/chefboost | A Python library providing a lightweight framework for building decision trees with categorical feature support | 462 |
sgrodriguez/ddt | A Go-based decision tree library allowing custom rule-based decision making | 37 |
florentavellaneda/inferdt | This C++ project provides an implementation of decision tree algorithms for classification tasks | 7 |
johnstonskj/rml-decisiontrees | An implementation of decision trees for classification in Racket machine learning. | 4 |
trangdata/treeheatr | An R package that provides a visualization tool for decision trees with integrated heatmaps, allowing users to visualize and interact with tree parameters. | 57 |
igrigorik/decisiontree | An implementation of the ID3 algorithm for building decision trees | 1,439 |
pzuh/decisiontree | An implementation of a binary decision tree using ActionScript 3.0 for AI bot/agent in video games. | 3 |
bwaldvogel/liblinear-java | A Java implementation of LIBLINEAR's large-scale regularized linear classification and regression algorithms | 306 |
springdaisy/gbdt | An implementation of Gradient Boosted Decision Trees with sparse output for high-dimensional data | 0 |
aia-uclouvain/pydl8.5 | An algorithm for inferring optimal binary decision trees in C++ and wrapped by a Python interface | 62 |
jblindsay/kdtree | An efficient spatial data structure for fast point query operations | 43 |
doubleplusplus/incremental_decision_tree-cart-random_forest | An implementation of incremental decision tree algorithms and ensemble methods for efficient machine learning on streaming data | 100 |
dkendal/zipper_tree | Provides an efficient way to traverse and modify nested data structures in Elixir. | 19 |