1 #ifndef _IMAGEFEATURESDATAINDEXED_ 2 #define _IMAGEFEATURESDATAINDEXED_ 39 void RBInsert (FeatureVectorPtr example);
41 FeatureVectorPtr
GetEqual (FeatureVectorPtr example);
64 const FeatureVectorPtr i2
80 FeatureVectorPtr
Example () {
return example;}
84 FeatureVectorPtr example;
#define _FeatureVector_Defined_
ImageFeaturesDataIndexed(const FeatureVectorList &examples)
const ImageFeaturesNodeKey & NodeKey() const
void RBInsert(FeatureVectorPtr example)
Container class for FeatureVector derived objects.
ImageFeaturesNodeKey(FeatureVectorPtr _example)
#define _FeatureVectorList_Defined_
ImageFeaturesDataIndexed * ImageFeaturesDataIndexedPtr
ImageDataTreeEntry(FeatureVectorPtr _example)
bool operator>(const ImageFeaturesNodeKey &rightNode) const
FeatureVectorPtr Example()
void EncodeProblem(const struct svm_paramater ¶m, struct svm_problem &prob_in, struct svm_problem &prob_out)
bool operator==(const ImageFeaturesNodeKey &rightNode) const
kkint32 CompareTwoExamples(const FeatureVectorPtr i1, const FeatureVectorPtr i2) const
FeatureVectorPtr GetEqual(FeatureVectorPtr example)
bool operator<(const ImageFeaturesNodeKey &rightNode) const
ImageFeaturesDataIndexed()