Template class StringKernel, is the base class of all String Kernels.
For a (very complex) example see e.g. CWeightedDegreeStringKernel
在文件StringKernel.h第24行定义。
公有成员 | |
CStringKernel (int32_t cachesize) | |
CStringKernel (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 () |
CStringKernel | ( | int32_t | cachesize | ) |
CStringKernel | ( | CFeatures * | l, | |
CFeatures * | r | |||
) |
virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
return feature class the kernel can deal with
实现了CKernel。
在文件StringKernel.h第69行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第106行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第104行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第94行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第100行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第98行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第96行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件StringKernel.h第102行定义。
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
实现了CKernel。
被CCommUlongStringKernel、CCommWordStringKernel及CWeightedCommWordStringKernel重载。
initialize kernel e.g. setup lhs/rhs of kernel, precompute normalization constants etc. make sure to check that your kernel can deal with the supplied features (!)
l | features for left-hand side | |
r | features for right-hand side |
重载CKernel。
被CCommUlongStringKernel、CCommWordStringKernel、CFixedDegreeStringKernel、CGaussianMatchStringKernel、CHistogramWordStringKernel、CLinearStringKernel、CLocalAlignmentStringKernel、CLocalityImprovedStringKernel、CMatchWordStringKernel、COligoStringKernel、CPolyMatchStringKernel、CPolyMatchWordStringKernel、CRegulatoryModulesStringKernel、CSalzbergWordStringKernel、CSimpleLocalityImprovedStringKernel、CSNPStringKernel、CSpectrumMismatchRBFKernel、CSpectrumRBFKernel、CWeightedCommWordStringKernel、CWeightedDegreePositionStringKernel及CWeightedDegreeStringKernel重载。
在文件StringKernel.h第53行定义。