mlpack  3.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AbsErrorVisitor Class Reference

AbsErrorVisitor modifies absolute error tolerance for a KDEType. More...

Inheritance diagram for AbsErrorVisitor:
Inheritance graph
[legend]

Public Member Functions

 AbsErrorVisitor (const double absError)
 AbsErrorVisitor constructor. More...
 
template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType>
void operator() (KDEType< KernelType, TreeType > *kde) const
 Default AbsErrorVisitor on some KDEType. More...
 

Detailed Description

AbsErrorVisitor modifies absolute error tolerance for a KDEType.

Definition at line 219 of file kde_model.hpp.

Constructor & Destructor Documentation

AbsErrorVisitor ( const double  absError)

AbsErrorVisitor constructor.

Member Function Documentation

void operator() ( KDEType< KernelType, TreeType > *  kde) const

Default AbsErrorVisitor on some KDEType.


The documentation for this class was generated from the following file: