SHOGUN
v1.1.0
|
Identity Kernel Normalization, i.e. no normalization is applied.
Definition at line 19 of file IdentityKernelNormalizer.h.
Public Member Functions | |
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
Definition at line 23 of file IdentityKernelNormalizer.h.
virtual ~CIdentityKernelNormalizer | ( | ) | [virtual] |
default destructor
Definition at line 28 of file IdentityKernelNormalizer.h.
virtual const char* get_name | ( | ) | const [virtual] |
initialization of the normalizer (if needed)
k | kernel |
Implements CKernelNormalizer.
Definition at line 34 of file IdentityKernelNormalizer.h.
normalize the kernel value
value | kernel value |
idx_lhs | index of left hand side vector |
idx_rhs | index of right hand side vector |
Implements CKernelNormalizer.
Definition at line 44 of file IdentityKernelNormalizer.h.
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 |
Implements CKernelNormalizer.
Definition at line 54 of file IdentityKernelNormalizer.h.
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 |
Implements CKernelNormalizer.
Definition at line 63 of file IdentityKernelNormalizer.h.