Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Added PegasosSVM"
This reverts commit 102ecb0.

Conflicts:

	src/interfaces/modular/Classifier.i
  • Loading branch information
lisitsyn committed Jul 7, 2012
1 parent bfa3239 commit be76f99
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 324 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/modular/Classifier.i
Expand Up @@ -45,7 +45,6 @@
%rename(SubGradientLPM) CSubGradientLPM;
%rename(SubGradientSVM) CSubGradientSVM;
%rename(NewtonSVM) CNewtonSVM;
%rename(PegasosSVM) CPegasosSVM;
#ifndef HAVE_PYTHON
%rename(SVM) CSVM;
#endif
Expand Down Expand Up @@ -107,7 +106,6 @@
%include <shogun/classifier/mkl/MKLOneClass.h>
%include <shogun/classifier/vw/VowpalWabbit.h>
%include <shogun/classifier/svm/NewtonSVM.h>
%include <shogun/classifier/svm/PegasosSVM.h>
%include <shogun/machine/SLEPMachine.h>
%include <shogun/classifier/FeatureBlockLogisticRegression.h>
%include <shogun/machine/DirectorLinearMachine.h>
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/modular/Classifier_includes.i
Expand Up @@ -31,7 +31,6 @@
#include <shogun/classifier/mkl/MKLOneClass.h>
#include <shogun/classifier/vw/VowpalWabbit.h>
#include <shogun/classifier/svm/NewtonSVM.h>
#include <shogun/classifier/svm/PegasosSVM.h>

#ifdef USE_SVMLIGHT
#include <shogun/classifier/svm/SVMLight.h>
Expand Down
66 changes: 0 additions & 66 deletions src/shogun/classifier/svm/PegasosSVM.cpp

This file was deleted.

96 changes: 0 additions & 96 deletions src/shogun/classifier/svm/PegasosSVM.h

This file was deleted.

117 changes: 0 additions & 117 deletions src/shogun/optimization/pegasos/pegasos_optimize.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/shogun/optimization/pegasos/pegasos_optimize.h

This file was deleted.

0 comments on commit be76f99

Please sign in to comment.