Skip to content

Commit

Permalink
Moved GNB to multiclass folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 21, 2012
1 parent ad7e86b commit e8a662e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/interfaces/modular/Classifier.i
Expand Up @@ -19,7 +19,6 @@
%rename(KernelMachine) CKernelMachine;
%rename(GNPPSVM) CGNPPSVM;
%rename(GPBTSVM) CGPBTSVM;
%rename(GaussianNaiveBayes) CGaussianNaiveBayes;
%rename(LDA) CLDA;
%rename(QDA) CQDA;
%rename(LibLinear) CLibLinear;
Expand Down Expand Up @@ -69,7 +68,6 @@
%include <shogun/classifier/svm/SVM.h>
%include <shogun/machine/LinearMachine.h>
%include <shogun/machine/OnlineLinearMachine.h>
%include <shogun/classifier/GaussianNaiveBayes.h>
%include <shogun/classifier/svm/GNPPSVM.h>
%include <shogun/classifier/svm/GPBTSVM.h>
%include <shogun/classifier/LDA.h>
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/modular/Classifier_includes.i
Expand Up @@ -21,7 +21,6 @@
#include <shogun/classifier/svm/SubGradientSVM.h>
#include <shogun/classifier/svm/SVM.h>
#include <shogun/classifier/svm/SVMLin.h>
#include <shogun/classifier/GaussianNaiveBayes.h>
#include <shogun/machine/KernelMachine.h>
#include <shogun/classifier/svm/SVMOcas.h>
#include <shogun/classifier/svm/SVMSGD.h>
Expand Down
2 changes: 2 additions & 0 deletions src/interfaces/modular/Multiclass.i
Expand Up @@ -45,6 +45,7 @@
%rename(GMNPSVM) CGMNPSVM;
%rename(KNN) CKNN;
%rename(ConjugateIndex) CConjugateIndex;
%rename(GaussianNaiveBayes) CGaussianNaiveBayes;

/* Include Class Headers to make them visible from within the target language */
%include <shogun/multiclass/RejectionStrategy.h>
Expand Down Expand Up @@ -82,4 +83,5 @@
%include <shogun/multiclass/GMNPSVM.h>
%include <shogun/multiclass/KNN.h>
%include <shogun/multiclass/ConjugateIndex.h>
%include <shogun/multiclass/GaussianNaiveBayes.h>

1 change: 1 addition & 0 deletions src/interfaces/modular/Multiclass_includes.i
Expand Up @@ -34,4 +34,5 @@
#include <shogun/multiclass/ScatterSVM.h>
#include <shogun/multiclass/KNN.h>
#include <shogun/multiclass/ConjugateIndex.h>
#include <shogun/multiclass/GaussianNaiveBayes.h>
%}
Expand Up @@ -8,7 +8,7 @@
* Copyright (C) 2011 Berlin Institute of Technology and Max-Planck-Society
*/

#include <shogun/classifier/GaussianNaiveBayes.h>
#include <shogun/multiclass/GaussianNaiveBayes.h>
#include <shogun/machine/Machine.h>
#include <shogun/features/Features.h>
#include <shogun/labels/Labels.h>
Expand Down
File renamed without changes.

0 comments on commit e8a662e

Please sign in to comment.