
Public Member Functions | |
| CSparseKernel (int32_t cachesize) | |
| CSparseKernel (CFeatures *l, CFeatures *r) | |
| virtual bool | init (CFeatures *l, CFeatures *r) |
| virtual EFeatureClass | get_feature_class () |
| virtual EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
| template<> | |
| EFeatureType | get_feature_type () |
Definition at line 20 of file SparseKernel.h.
| CSparseKernel< ST >::CSparseKernel | ( | int32_t | cachesize | ) |
| CSparseKernel< ST >::CSparseKernel | ( | CFeatures * | l, | |
| CFeatures * | r | |||
| ) |
constructor
| l | features for left-hand side | |
| r | features for right-hand side |
Definition at line 34 of file SparseKernel.h.
| virtual EFeatureClass CSparseKernel< ST >::get_feature_class | ( | ) | [virtual] |
return feature class the kernel can deal with
Implements CKernel.
Definition at line 66 of file SparseKernel.h.
| EFeatureType CSparseKernel< char >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 87 of file SparseKernel.h.
| EFeatureType CSparseKernel< uint8_t >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 85 of file SparseKernel.h.
| EFeatureType CSparseKernel< int16_t >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 83 of file SparseKernel.h.
| EFeatureType CSparseKernel< uint16_t >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 81 of file SparseKernel.h.
| EFeatureType CSparseKernel< int32_t >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 79 of file SparseKernel.h.
| EFeatureType CSparseKernel< uint64_t >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
Implements CKernel.
Definition at line 77 of file SparseKernel.h.
| virtual EFeatureType CSparseKernel< ST >::get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
Implements CKernel.
Reimplemented in CSparseGaussianKernel, and CSparsePolyKernel.
| virtual bool CSparseKernel< ST >::init | ( | CFeatures * | l, | |
| CFeatures * | r | |||
| ) | [virtual] |
initialize kernel
| l | features of left-hand side | |
| r | features of right-hand side |
Reimplemented from CKernel.
Reimplemented in CSparseGaussianKernel, CSparseLinearKernel, and CSparsePolyKernel.
Definition at line 45 of file SparseKernel.h.