mlpack 3.4.2
Public Member Functions | List of all members
AbsErrorVisitor Class Reference

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

#include <kde_model.hpp>

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()

AbsErrorVisitor ( const double  absError)

AbsErrorVisitor constructor.

Member Function Documentation

◆ operator()()

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

Default AbsErrorVisitor on some KDEType.


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