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

TrainVisitor trains a given KDEType using a reference set. More...

Inheritance diagram for TrainVisitor:
Inheritance graph
[legend]

Public Member Functions

 TrainVisitor (arma::mat &&referenceSet)
 TrainVisitor constructor. Takes ownership of the given referenceSet. More...
 
template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType>
void operator() (KDEType< KernelType, TreeType > *kde) const
 Default TrainVisitor on some KDEType. More...
 

Detailed Description

TrainVisitor trains a given KDEType using a reference set.

Definition at line 154 of file kde_model.hpp.

Constructor & Destructor Documentation

TrainVisitor ( arma::mat &&  referenceSet)

TrainVisitor constructor. Takes ownership of the given referenceSet.

Member Function Documentation

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

Default TrainVisitor on some KDEType.


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