| 
    Canopy
    1.0
    
   The header-only random forests library 
   | 
 
| circularRegressor.hpp | Contains declaration of the canopy::circularRegressor class | 
| circularRegressor.tpp | Contains implementations of the methods of the canopy::circularRegressor class | 
| classifier.hpp | Contains the declaration of the canopy::classifier class | 
| classifier.tpp | Contains implementations of the methods of the canopy::classifier class | 
| defaultParameterGenerator.hpp | Contains declaration of the canopy::defaultParameterGenerator class | 
| discreteDistribution.hpp | Contains the canopy::discreteDistribution class, which is the node and output distribution for the classifier | 
| randomForestBase.hpp | Contains the declaration of the canopy::randomForestBase class | 
| randomForestBase.tpp | Contains implementations of the methods of the canopy::randomForestBase class | 
| vonMisesDistribution.hpp | Contains the canopy::vonMisesDistribution class, which is the node and output distribution for the canopy::circularRegressor | 
| vonMisesKappaFunctor.hpp | Contains declaration of the canopy::vonMisesKappaFunctor struct, used for numerically solving for the kappa parameter of the von Mises distribution | 
 1.8.11