在文件ScatterKernelNormalizer.h第20行定义。
公有成员 | |
CScatterKernelNormalizer (float64_t const_diag, float64_t const_offdiag, CLabels *labels, CKernelNormalizer *normalizer=NULL) | |
virtual | ~CScatterKernelNormalizer () |
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 |
保护属性 | |
float64_t | m_const_diag |
float64_t | m_const_offdiag |
CLabels * | m_labels |
CKernelNormalizer * | m_normalizer |
CScatterKernelNormalizer | ( | float64_t | const_diag, | |
float64_t | const_offdiag, | |||
CLabels * | labels, | |||
CKernelNormalizer * | normalizer = NULL | |||
) |
default constructor
在文件ScatterKernelNormalizer.h第27行定义。
virtual ~CScatterKernelNormalizer | ( | ) | [virtual] |
default destructor
在文件ScatterKernelNormalizer.h第43行定义。
virtual const char* get_name | ( | ) | const [virtual] |
virtual bool init | ( | CKernel * | k | ) | [virtual] |
normalize the kernel value
value | kernel value | |
idx_lhs | index of left hand side vector | |
idx_rhs | index of right hand side vector |
在文件ScatterKernelNormalizer.h第62行定义。
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 |
在文件ScatterKernelNormalizer.h第78行定义。
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 |
在文件ScatterKernelNormalizer.h第88行定义。
float64_t m_const_diag [protected] |
factor to multiply to diagonal elements
在文件ScatterKernelNormalizer.h第103行定义。
float64_t m_const_offdiag [protected] |
factor to multiply to off-diagonal elements
在文件ScatterKernelNormalizer.h第105行定义。
labels
在文件ScatterKernelNormalizer.h第108行定义。
CKernelNormalizer* m_normalizer [protected] |
labels
在文件ScatterKernelNormalizer.h第111行定义。