Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Classes
DecisionTreeClassifier.hpp File Reference

A simple implementation of Decision Tree Classification. More...

#include <vector>
#include <algorithm>
#include <numeric>
#include <limits>
#include <map>
#include <cmath>

Go to the source code of this file.

Classes

class  DecisionTreeClassifier
 Implements a Decision Tree Classifier. More...
 

Detailed Description

A simple implementation of Decision Tree Classification.