CIdentityKernelNormalizer类参考


详细描述

Identity Kernel Normalization, i.e. no normalization is applied.

在文件IdentityKernelNormalizer.h19行定义。

继承图,类CIdentityKernelNormalizer
Inheritance graph
[图例]

所有成员的列表。

公有成员

 CIdentityKernelNormalizer ()
virtual ~CIdentityKernelNormalizer ()
virtual bool init (CKernel *k)
virtual float64_t normalize (float64_t value, int32_t idx_lhs, int32_t idx_rhs)
virtual float64_t normalize_lhs (float64_t value, int32_t idx_lhs)
virtual float64_t normalize_rhs (float64_t value, int32_t idx_rhs)
virtual const char * get_name () const

构造及析构函数文档

default constructor

在文件IdentityKernelNormalizer.h23行定义。

virtual ~CIdentityKernelNormalizer (  )  [virtual]

default destructor

在文件IdentityKernelNormalizer.h28行定义。


成员函数文档

virtual const char* get_name (  )  const [virtual]
返回:
object name

实现了CSGObject

在文件IdentityKernelNormalizer.h69行定义。

virtual bool init ( CKernel k  )  [virtual]

initialization of the normalizer (if needed)

参数:
k kernel

实现了CKernelNormalizer

在文件IdentityKernelNormalizer.h34行定义。

virtual float64_t normalize ( float64_t  value,
int32_t  idx_lhs,
int32_t  idx_rhs 
) [virtual]

normalize the kernel value

参数:
value kernel value
idx_lhs index of left hand side vector
idx_rhs index of right hand side vector

实现了CKernelNormalizer

在文件IdentityKernelNormalizer.h44行定义。

virtual float64_t normalize_lhs ( float64_t  value,
int32_t  idx_lhs 
) [virtual]

normalize only the left hand side vector

参数:
value value of a component of the left hand side feature vector
idx_lhs index of left hand side vector

实现了CKernelNormalizer

在文件IdentityKernelNormalizer.h54行定义。

virtual float64_t normalize_rhs ( float64_t  value,
int32_t  idx_rhs 
) [virtual]

normalize only the right hand side vector

参数:
value value of a component of the right hand side feature vector
idx_rhs index of right hand side vector

实现了CKernelNormalizer

在文件IdentityKernelNormalizer.h63行定义。


该类的文档由以下文件生成:

SHOGUN Machine Learning Toolbox - Documentation