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

Contains the canopy::discreteDistribution class, which is the node and output distribution for the classifier. More...

#include <cmath>
#include <vector>
#include <fstream>
#include <algorithm>
Include dependency graph for discreteDistribution.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  canopy::discreteDistribution
 A distribution that defines the probabilities over a number of discrete (integer-valued) class labels. More...
 

Namespaces

 canopy
 Namespace containing the canopy library for random forest models.
 

Detailed Description

Contains the canopy::discreteDistribution class, which is the node and output distribution for the classifier.

Author
Christopher P Bridge