Template class SimpleKernel is the base class for kernels working on Simple features.
CSimpleFeatures are dense Matrix like Features and Kernels operating on them all derive from this class (cf., e.g., CGaussianKernel)
在文件SimpleKernel.h第26行定义。
公有成员 | |
CSimpleKernel () | |
CSimpleKernel (int32_t cachesize) | |
CSimpleKernel (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 () |
template<> | |
EFeatureType | get_feature_type () |
CSimpleKernel | ( | ) |
default constructor
在文件SimpleKernel.h第32行定义。
CSimpleKernel | ( | int32_t | cachesize ) |
CSimpleKernel | ( | CFeatures * | l, |
CFeatures * | r | ||
) |
virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
return feature class the kernel can deal with
实现了CKernel。
在文件SimpleKernel.h第81行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第124行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第122行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第120行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第110行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第116行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第114行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第112行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
return feature type the kernel can deal with
abstract base method
实现了CKernel。
在文件SimpleKernel.h第118行定义。
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
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。
被CAUCKernel、CChi2Kernel、CGaussianKernel、CGaussianShortRealKernel、CLinearByteKernel、CLinearKernel、CLinearWordKernel、CPolyKernel、CPyramidChi2、CSigmoidKernel、CTensorProductPairKernel及CWeightedDegreeRBFKernel重载。
在文件SimpleKernel.h第60行定义。