mlpack  master
Public Member Functions | List of all members
mlpack::range::NaiveVisitor Class Reference

NaiveVisitor exposes the Naive() method of the given RSType. More...

Inheritance diagram for mlpack::range::NaiveVisitor:
Inheritance graph
[legend]

Public Member Functions

template<typename RSType >
bool & operator() (RSType *rs) const
 Get a reference to the naive parameter of the given RangeSearch object. More...
 

Detailed Description

NaiveVisitor exposes the Naive() method of the given RSType.

Definition at line 228 of file rs_model.hpp.

Member Function Documentation

template<typename RSType >
bool& mlpack::range::NaiveVisitor::operator() ( RSType rs) const

Get a reference to the naive parameter of the given RangeSearch object.


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