Skip to content

Commit

Permalink
fix renames CMachine -> Machine instead of nonexistent CClassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jun 2, 2011
1 parent 0f96560 commit 69dd074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modular/Classifier.i
Expand Up @@ -97,7 +97,7 @@

/* Remove C Prefix */
%rename(Labels) CLabels;
%rename(BaseClassifier) CClassifier;
%rename(Machine) CMachine;
%rename(KernelMachine) CKernelMachine;
%rename(GMNPSVM) CGMNPSVM;
%rename(GNPPSVM) CGNPPSVM;
Expand All @@ -112,7 +112,7 @@
%rename(LaRank) CLaRank;
%rename(LibSVMMultiClass) CLibSVMMultiClass;
%rename(LibSVMOneClass) CLibSVMOneClass;
%rename(LinearClassifier) CLinearClassifier;
%rename(LinearMachine) CLinearMachine;
%rename(LPBoost) CLPBoost;
%rename(LPM) CLPM;
%rename(MPDSVM) CMPDSVM;
Expand Down
2 changes: 1 addition & 1 deletion src/modular/Regression.i
Expand Up @@ -49,7 +49,7 @@

/* Remove C Prefix */
%rename(BaseRegression) CRegression;
%rename(Classifier) CClassifier;
%rename(Machine) CMachine;
%rename(KernelMachine) CKernelMachine;
%rename(KRR) CKRR;
%rename(SVM) CSVM;
Expand Down

0 comments on commit 69dd074

Please sign in to comment.