Skip to content

Commit

Permalink
Removed junk methods from multiclass machine
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 21, 2012
1 parent a9363e1 commit 6e7f947
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/shogun/machine/MulticlassMachine.h
Expand Up @@ -100,18 +100,6 @@ class CMulticlassMachine : public CMachine
*/
virtual CMulticlassLabels* apply_multiclass(CFeatures* data=NULL);

virtual CRealLabels* apply_regression(CFeatures* data=NULL)
{
SG_ERROR("Use Linear or Kernel machine");
return NULL;
}

virtual CBinaryLabels* apply_binary(CFeatures* data=NULL)
{
SG_ERROR("Use Linear or Kernel machine");
return NULL;
}

/** get the type of multiclass'ness
*
* @return multiclass type one vs one etc
Expand Down

0 comments on commit 6e7f947

Please sign in to comment.