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

DualMonoKDE computes a Kernel Density Estimation on the given KDEType. More...

#include <kde_model.hpp>

Inheritance diagram for DualMonoKDE:
Inheritance graph
[legend]

Public Types

template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType>
using KDETypeT = KDEType< KernelType, TreeType >
 Alias template necessary for Visual C++ compiler. More...
 

Public Member Functions

 DualMonoKDE (arma::vec &estimations)
 DualMonoKDE constructor. More...
 
template<typename KernelType , template< typename TreeMetricType, typename TreeStatType, typename TreeMatType > class TreeType>
void operator() (KDETypeT< KernelType, TreeType > *kde) const
 Default DualMonoKDE on some KDEType. More...
 

Detailed Description

DualMonoKDE computes a Kernel Density Estimation on the given KDEType.

It performs a monochromatic KDE.

Definition at line 87 of file kde_model.hpp.

Member Typedef Documentation

◆ KDETypeT

using KDETypeT = KDEType<KernelType, TreeType>

Alias template necessary for Visual C++ compiler.

Definition at line 99 of file kde_model.hpp.

Constructor & Destructor Documentation

◆ DualMonoKDE()

DualMonoKDE ( arma::vec &  estimations)

DualMonoKDE constructor.

Member Function Documentation

◆ operator()()

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

Default DualMonoKDE on some KDEType.


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