Skip to content

Commit

Permalink
Override get_name in MKLMulticlass
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed May 8, 2012
1 parent e5d216a commit 82cc060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shogun/classifier/mkl/MKLMulticlass.h
Expand Up @@ -162,6 +162,8 @@ class CMKLMulticlass : public CMulticlassSVM
*/
virtual bool train_machine(CFeatures* data=NULL);

/** @return object name */
virtual const char* get_name() const { return "MKLMulticlass"; }

protected:
/** the multiclass svm for fixed MKL weights
Expand Down

0 comments on commit 82cc060

Please sign in to comment.