Template class SparseKernel, is the base class of kernels working on sparse features.
See e.g. the CSparseGaussianKernel for an example.
在文件SparseKernel.h第24行定义。

公有成员 | |
| 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 () |
| template<> | |
| EFeatureType | get_feature_type () |
| CSparseKernel | ( | int32_t | cachesize | ) |
| CSparseKernel | ( | CFeatures * | l, | |
| CFeatures * | r | |||
| ) |
constructor
| l | features for left-hand side | |
| r | features for right-hand side |
在文件SparseKernel.h第38行定义。
| virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
return feature class the kernel can deal with
实现了CKernel。
在文件SparseKernel.h第70行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第91行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第89行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第79行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第85行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第83行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第81行定义。
| EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第87行定义。
| virtual EFeatureType get_feature_type | ( | ) | [virtual] |
initialize kernel
| l | features of left-hand side | |
| r | features of right-hand side |
重载CKernel。
被CSparseGaussianKernel、CSparseLinearKernel及CSparsePolyKernel重载。
在文件SparseKernel.h第49行定义。