49 #ifndef REQUIREMINIMALTCMODEL_HH 50 #define REQUIREMINIMALTCMODEL_HH 62 #include "../StDataASCII.hh" 73 template<
typename TCMODEL>
83 typedef typename TCMODEL::FV_type FV;
90 FV* fv = m.supportVector( static_cast<int>(ui) );
95 double d = m.getTrainingInfoValue(
"");
98 std::string s = m.trainingInfoPlainText();
102 m.saveTrainingInfo( stdata,
"");
106 m.saveParametersWithUIDs( stdata,
"");
108 std::vector<FV*> fvv;
109 m.loadParametersWithUIDs( stdata, fvv,
"");
114 bool f = m.isModelAffectedByLeftOutVectors( v);
Ensure that TCMODEL provides minimal functions to be used With Multiclass-Algortithms.
#define CHECK_CLASS_TEMPLATE1(c)
void avoidUnunsedVariableWarning(const T &)