46 #ifndef REQUIRESVMFORCROSSVALIDATION_HH 47 #define REQUIRESVMFORCROSSVALIDATION_HH 65 template<
typename FV,
typename SVM,
typename PROBLEM>
78 std::vector<char> leaveOutFlagsByUID;
80 typename SVM::template Traits<FV>::ModelType model;
82 s.retrainWithLeftOutVectors( p, model, leaveOutFlagsByUID, model);
85 s.classify( fv, model);
Ensure that SVM provides a typedef for a ModelType, a train( SVM_Problem, ModelType) ...
~RequireSVMForCrossValidation()