Machine Learning Library
Public Member Functions | List of all members
CEpanechnikovKernel< Type > Class Template Reference

#include <CKernel.h>

Inheritance diagram for CEpanechnikovKernel< Type >:
CKernel< Type > CObject< Type >

Public Member Functions

 CEpanechnikovKernel (Type tBandwidth=1)
 
 ~CEpanechnikovKernel ()
 
CEpanechnikovKernel< Type > & operator= (const CEpanechnikovKernel< Type > &rtKernel)
 
 CEpanechnikovKernel (const CEpanechnikovKernel< Type > &rtKernel)
 
CEpanechnikovKernel< Type > * clone () const
 
Type execute (const CVector< Type > &rtVector1, const CVector< Type > &rtVector2) const
 
Type execute (const CVector< Type > &rtVector1, const Type *ptVector2) const
 
Type execute (const Type *ptVector1, const Type *ptVector2, int iDim) const
 
Type execute (Type tValue) const
 
string factoryObject ()
 
- Public Member Functions inherited from CKernel< Type >
 CKernel (Type tBandwidth=-1.0)
 
virtual ~CKernel ()
 
Type bandwidth () const
 
void setBandwidth (Type tB)
 
virtual string className () const
 Returns the class name. More...
 
virtual bool isA (const char *acClass) const
 Check if the object is an instance of the class with given name. More...
 
virtual bool serialize (fstream &stream, IO_MODE mode)
 Read/write from binary stream. More...
 
virtual bool serialize2 (CArchiv &tA)
 
- Public Member Functions inherited from CObject< Type >
 CObject ()
 Constructor. More...
 
virtual ~CObject ()
 Destructor. More...
 
void setVerbose (VERBOSE_LEVEL tVerbose)
 Set the verbose level. More...
 
VERBOSE_LEVEL verbose (void) const
 Return current verbose level. More...
 
DATATYPE dataType () const
 Returns the template data type. More...
 

Additional Inherited Members

- Protected Attributes inherited from CObject< Type >
unsigned char ucVerbose
 

Detailed Description

template<class Type>
class CEpanechnikovKernel< Type >

Epanechnikov

Author
Thorsten Twellmann ttwel.nosp@m.lma@.nosp@m.TechF.nosp@m.ak.U.nosp@m.ni-Bi.nosp@m.elef.nosp@m.eld.d.nosp@m.e

Constructor & Destructor Documentation

template<class Type>
CEpanechnikovKernel< Type >::CEpanechnikovKernel ( Type  tBandwidth = 1)
template<class Type>
CEpanechnikovKernel< Type >::~CEpanechnikovKernel ( )
template<class Type>
CEpanechnikovKernel< Type >::CEpanechnikovKernel ( const CEpanechnikovKernel< Type > &  rtKernel)

Member Function Documentation

template<class Type>
CEpanechnikovKernel<Type>* CEpanechnikovKernel< Type >::clone ( ) const
virtual

Implements CKernel< Type >.

template<class Type>
Type CEpanechnikovKernel< Type >::execute ( const CVector< Type > &  rtVector1,
const CVector< Type > &  rtVector2 
) const
inlinevirtual

Implements CKernel< Type >.

template<class Type>
Type CEpanechnikovKernel< Type >::execute ( const CVector< Type > &  rtVector1,
const Type *  ptVector2 
) const
inlinevirtual

Implements CKernel< Type >.

template<class Type>
Type CEpanechnikovKernel< Type >::execute ( const Type *  ptVector1,
const Type *  ptVector2,
int  iDim 
) const
inlinevirtual

Implements CKernel< Type >.

template<class Type>
Type CEpanechnikovKernel< Type >::execute ( Type  tValue) const
inlinevirtual

Implements CKernel< Type >.

template<class Type>
string CEpanechnikovKernel< Type >::factoryObject ( )
inlinevirtual

Implements CKernel< Type >.

template<class Type>
CEpanechnikovKernel<Type>& CEpanechnikovKernel< Type >::operator= ( const CEpanechnikovKernel< Type > &  rtKernel)

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