SHOGUN v0.9.0
|
template class SparseDistance
在文件SparseDistance.h第20行定义。
公有成员 | |
CSparseDistance () | |
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 void | cleanup ()=0 |
virtual EDistanceType | get_distance_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 () |
CSparseDistance | ( | ) |
default constructor
在文件SparseDistance.h第24行定义。
virtual void cleanup | ( | ) | [pure virtual] |
virtual EDistanceType get_distance_type | ( | ) | [pure virtual] |
get distance type we are
abstrace base method
实现了CDistance。
在CSparseEuclidianDistance内被实现。
virtual EFeatureClass get_feature_class | ( | ) | [virtual] |
get feature class the distance can deal with
实现了CDistance。
在文件SparseDistance.h第53行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the SHORT distance can deal with
实现了CDistance。
在文件SparseDistance.h第112行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the BYTE distance can deal with
实现了CDistance。
在文件SparseDistance.h第118行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the ULONG distance can deal with
实现了CDistance。
在文件SparseDistance.h第94行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the INT distance can deal with
实现了CDistance。
在文件SparseDistance.h第100行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the DREAL distance can deal with
实现了CDistance。
在文件SparseDistance.h第88行定义。
virtual EFeatureType get_feature_type | ( | ) | [virtual] |
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the WORD distance can deal with
实现了CDistance。
在文件SparseDistance.h第106行定义。
EFeatureType get_feature_type | ( | ) | [virtual] |
get feature type the CHAR distance can deal with
实现了CDistance。
在文件SparseDistance.h第124行定义。
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。
在文件SparseDistance.h第66行定义。
init distance
l | features of left-hand side |
r | features of right-hand side |
重载CDistance。
在文件SparseDistance.h第32行定义。