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

Contains declaration of the canopy::vonMisesKappaFunctor struct, used for numerically solving for the kappa parameter of the von Mises distribution. More...

#include <boost/math/special_functions/bessel.hpp>
Include dependency graph for vonMisesKappaFunctor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  canopy::vonMisesKappaFunctor
 A functor object to work with Eigen's non-linear solver to numerically solve for the kappa parameter of a von Mises distribution. More...
 

Namespaces

 canopy
 Namespace containing the canopy library for random forest models.
 

Detailed Description

Contains declaration of the canopy::vonMisesKappaFunctor struct, used for numerically solving for the kappa parameter of the von Mises distribution.

Author
Christopher P Bridge