SHOGUN v0.9.0
|
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 () |
virtual const char * | get_name (void) const |
virtual EKernelType | get_kernel_type ()=0 |
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 | ||
) |
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第108行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第106行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第100行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第102行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第104行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第98行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SparseKernel.h第96行定义。
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
virtual EKernelType get_kernel_type | ( | ) | [pure virtual] |
return what type of kernel we are, e.g. Linear,Polynomial, Gaussian,...
abstract base method
实现了CKernel。
virtual const char* get_name | ( | void | ) | const [virtual] |
Returns the name of the SGSerializable instance. It MUST BE the CLASS NAME without the prefixed `C'.
实现了CSGObject。
在文件SparseKernel.h第83行定义。
initialize kernel
l | features of left-hand side |
r | features of right-hand side |
重载CKernel。
在文件SparseKernel.h第49行定义。