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

Contains the canopy::vonMisesDistribution class, which is the node and output distribution for the canopy::circularRegressor. More...

#include <cmath>
#include <unsupported/Eigen/NonLinearOptimization>
#include <boost/math/special_functions/bessel.hpp>
#include <stdexcept>
#include <iostream>
#include <canopy/circularRegressor/vonMisesKappaFunctor.hpp>
Include dependency graph for vonMisesDistribution.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  canopy::vonMisesDistribution
 A distribution that defines the probabilities over a circular-valued label. More...
 

Namespaces

 canopy
 Namespace containing the canopy library for random forest models.
 

Detailed Description

Contains the canopy::vonMisesDistribution class, which is the node and output distribution for the canopy::circularRegressor.

Author
Christopher P Bridge