SG++-Doxygen-Documentation
sgpp::datadriven::Kernel Class Referenceabstract

#include <KernelDensityEstimator.hpp>

Inheritance diagram for sgpp::datadriven::Kernel:
sgpp::datadriven::EpanechnikovKernel sgpp::datadriven::GaussianKernel

Public Member Functions

virtual double cdf (double x)=0
 
virtual double derivative (double x)=0
 
virtual double eval (double x)=0
 
virtual KernelType getType ()=0
 
virtual double norm ()=0
 
virtual double variance ()=0
 
virtual ~Kernel ()
 

Constructor & Destructor Documentation

◆ ~Kernel()

sgpp::datadriven::Kernel::~Kernel ( )
virtual

Member Function Documentation

◆ cdf()

◆ derivative()

virtual double sgpp::datadriven::Kernel::derivative ( double  x)
pure virtual

◆ eval()

◆ getType()

virtual KernelType sgpp::datadriven::Kernel::getType ( )
pure virtual

◆ norm()

virtual double sgpp::datadriven::Kernel::norm ( )
pure virtual

◆ variance()

virtual double sgpp::datadriven::Kernel::variance ( )
pure virtual

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