KevinCoble / AIToolbox

A toolbox of AI modules written in Swift: Graphs/Trees, Support Vector Machines, Neural Networks, PCA, K-Means, Genetic Algorithms
Apache License 2.0
793 stars 87 forks source link

Decision tree #19

Closed xuedroid closed 6 years ago

xuedroid commented 6 years ago

Is there support for decision trees in terms of training and inference? If not, any advice on how it might be done with objective-C or Swift?

KevinCoble commented 6 years ago

No, I have not included decision trees at this time. It would be fairly easy to port something like https://github.com/bonz0/Decision-Tree to swift, or bridge the C into objective C directly.