PyDL8.5 API¶
This project implements the class DL85Classifier for learning optimal classification trees using the DL8.5 algorithm. Moreover, it provides a DL85Predictor class that
provides an interface for the implementation of other decision tree learning tasks.
The DL85Cluster class supports a form of predictive clustering.
The documentation for these classes is given below.
Predictors¶
An optimal binary decision tree classifier. |
|
An optimal binary decision tree classifier. |
|
The mathematical model solved by the boosting algorithm |
|
An optimal binary decision tree classifier. |
|
An enum class used to indicate the type of cache used when the DL85Predictor.usecache is set to True. |
|
An enum class used to indicate the type of cache used when the DL85Predictor.maxcachesize is reached. |
|
An optimal binary decision tree classifier. |