43 #ifndef REQUIRESVMBASICCLASSIFICATION_HH 44 #define REQUIRESVMBASICCLASSIFICATION_HH 62 template<
typename SVM,
typename FV>
70 typename SVM::template Traits<FV>::ModelType model;
74 std::vector<double> kernelResultByUID;
75 s.calcClassificationCache( fv, fvv.begin(),fvv.end(),
77 double d = s.classifyWithCache( model, kernelResultByUID);
void avoidUnunsedVariableWarning(const T &)
~RequireSVMBasicClassification()
Ensure that SVM provides the methods calcClassificationCache() and classifyWithCache() ...