mlpack::kde Namespace Reference

Kernel Density Estimation. More...

Classes

class  KDE
 The KDE class is a template class for performing Kernel Density Estimations. More...

 
class  KDECleanRules
 A dual-tree traversal Rules class for cleaning used trees before performing kernel density estimation. More...

 
struct  KDEDefaultParams
 KDEDefaultParams contains the default input parameter values for KDE. More...

 
class  KDEModel
 The KDEModel provides an abstraction for the KDE class, abstracting away the KernelType and TreeType parameters and allowing those to be specified at runtime. More...

 
class  KDERules
 A dual-tree traversal Rules class for kernel density estimation. More...

 
class  KDEStat
 Extra data for each node in the tree for the task of kernel density estimation. More...

 
class  KDEWrapper
 KDEWrapper is a wrapper class for all KDE types supported by KDEModel. More...

 
class  KDEWrapperBase
 KDEWrapperBase is a base wrapper class for holding all KDE types supported by KDEModel. More...

 
class  KernelNormalizer
 KernelNormalizer holds a set of methods to normalize estimations applying in each case the appropiate kernel normalizer function. More...

 

Enumerations

enum  KDEMode
{
  DUAL_TREE_MODE
,
  SINGLE_TREE_MODE

}
 KDEMode represents the ways in which KDE algorithm can be executed. More...

 

Detailed Description

Kernel Density Estimation.

Enumeration Type Documentation

◆ KDEMode

enum KDEMode

KDEMode represents the ways in which KDE algorithm can be executed.

Enumerator
DUAL_TREE_MODE 
SINGLE_TREE_MODE 

Definition at line 25 of file kde.hpp.