18 #ifndef itkKernelFunctionBase2_h 19 #define itkKernelFunctionBase2_h 21 #include "itkKernelFunctionBase.h" 39 template<
typename TRealValueType =
double >
55 virtual TRealValueType
Evaluate(
const TRealValueType & u )
const ITK_OVERRIDE = 0;
58 virtual void Evaluate(
const TRealValueType & u, TRealValueType * weights )
const = 0;
66 #endif // itkKernelFunctionBase2_h
Kernel used for density estimation and nonparameteric regression.
virtual ~KernelFunctionBase2()
SmartPointer< Self > Pointer
virtual TRealValueType Evaluate(const TRealValueType &u) const ITK_OVERRIDE=0
SmartPointer< const Self > ConstPointer
KernelFunctionBase< TRealValueType > Superclass