mlpack
|
AddVisitor exposes the Add() method of the given module. More...
#include <add_visitor.hpp>
Public Member Functions | |
template<typename T > | |
AddVisitor (T newLayer) | |
Exposes the Add() method of the given module. More... | |
template<typename LayerType > | |
void | operator() (LayerType *layer) const |
Exposes the Add() method. | |
void | operator() (MoreTypes layer) const |
AddVisitor exposes the Add() method of the given module.
|
inline |
Exposes the Add() method of the given module.
AddVisitor visitor class.