mlpack  master
Public Member Functions | List of all members
mlpack::neighbor::EpsilonVisitor Class Reference

EpsilonVisitor exposes the Epsilon method of the given NSType. More...

Inheritance diagram for mlpack::neighbor::EpsilonVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename NSType >
double & operator() (NSType *ns) const
 Return epsilon, the approximation parameter. More...
 

Detailed Description

EpsilonVisitor exposes the Epsilon method of the given NSType.

Definition at line 225 of file ns_model.hpp.

Member Function Documentation

template<typename NSType >
double& mlpack::neighbor::EpsilonVisitor::operator() ( NSType ns) const

Return epsilon, the approximation parameter.


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