Canopy  1.0
The header-only random forests library
Classes | Namespaces
classifier.hpp File Reference

Contains the declaration of the canopy::classifier class. More...

#include <canopy/randomForestBase/randomForestBase.hpp>
#include <canopy/classifier/discreteDistribution.hpp>
#include <canopy/classifier/classifier.tpp>
Include dependency graph for classifier.hpp:

Go to the source code of this file.

Classes

class  canopy::classifier< TNumParams >
 Implements a random forest classifier model to predict a discrete output label. More...
 

Namespaces

 canopy
 Namespace containing the canopy library for random forest models.
 

Detailed Description

Contains the declaration of the canopy::classifier class.

Author
Christopher P Bridge