Skip to content

Commit

Permalink
revert patch deactivating apply magic
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jun 20, 2012
1 parent 5609bab commit 140515f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/modular/Machine.i
Expand Up @@ -33,7 +33,6 @@
%enddef

namespace shogun {
/*
APPLY_MULTICLASS(CMulticlassMachine);
APPLY_MULTICLASS(CKernelMulticlassMachine);
APPLY_MULTICLASS(CLinearMulticlassMachine);
Expand All @@ -53,10 +52,8 @@ APPLY_REGRESSION(CLinearRidgeRegression);
APPLY_REGRESSION(CLeastSquaresRegression);
APPLY_REGRESSION(CLeastAngleRegression);
APPLY_REGRESSION(CGaussianProcessRegression);
*/
}

/*
%rename(apply_generic) CMachine::apply(CFeatures* data=NULL);
%rename(apply_generic) CMulticlassMachine::apply(CFeatures* data=NULL);
%rename(apply_generic) CKernelMulticlassMachine::apply(CFeatures* data=NULL);
Expand All @@ -75,7 +72,6 @@ APPLY_REGRESSION(CGaussianProcessRegression);
%rename(apply_generic) CLeastAngleRegression::apply(CFeatures* data=NULL);
%rename(apply_generic) CGaussianProcessRegression::apply(CFeatures* data=NULL);
%rename(apply_generic) CConjugateIndex::apply(CFeatures* data=NULL);
*/

#undef APPLY_MULTICLASS
#undef APPLY_BINARY
Expand Down

0 comments on commit 140515f

Please sign in to comment.