faif
Classes | Namespaces
DecisionTree.hpp File Reference

The Decision Tree Classifier, inspired ID3 algorithm (Iterate Dichotomizer) More...

#include "Classifier.hpp"
#include <list>
#include <set>
#include <algorithm>
#include <iterator>
#include <limits>
#include <boost/ref.hpp>
#include <boost/bind.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/construct.hpp>
#include <boost/lambda/core.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/serialization/base_object.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/singleton.hpp>
#include <boost/serialization/extended_type_info.hpp>
#include <boost/serialization/shared_ptr.hpp>
#include <boost/serialization/vector.hpp>
Include dependency graph for DecisionTree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  faif::ml::DecisionTreeTrainParams
 param for training decision tree More...
 
class  faif::ml::DecisionTree< Val >
 Decision Tree Classifier. More...
 

Namespaces

 faif::ml
 machine learning namespace (mainly classifier algorithms)
 

Detailed Description

The Decision Tree Classifier, inspired ID3 algorithm (Iterate Dichotomizer)