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

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

#include <kde_model.hpp>

Inheritance diagram for DualBiKDE:
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

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

Detailed Description

DualBiKDE computes a Kernel Density Estimation on the given KDEType.

It performs a bichromatic KDE.

Definition at line 118 of file kde_model.hpp.

Member Typedef Documentation

◆ KDETypeT

using KDETypeT = KDEType<KernelType, TreeType>

Alias template necessary for Visual C++ compiler.

Definition at line 136 of file kde_model.hpp.

Constructor & Destructor Documentation

◆ DualBiKDE()

DualBiKDE ( arma::mat &&  querySet,
arma::vec &  estimations 
)

DualBiKDE constructor. Takes ownership of the given querySet.

Member Function Documentation

◆ operator()()

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

Default DualBiKDE on some KDEType.


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