Skip to content

Commit

Permalink
added GaussianProcess in modular interface structure
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jul 25, 2013
1 parent d71edc3 commit 69ce15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.template
Expand Up @@ -268,7 +268,7 @@ install-python_modular: $(TEMPLATE_TARGET)
echo '__all__= [' > "$(DESTDIR)$(PYDIR)/shogun/__init__.py"
for i in Kernel Distance Features Classifier Regression Converter \
Loss Clustering Evaluation IO Library Mathematics \
ModelSelection Preprocessor Structure Distribution Statistics Latent Metric;\
ModelSelection Preprocessor Structure Distribution Statistics Latent Metric GaussianProcess;\
do \
install -d -m755 "$(DESTDIR)$(PYDIR)/shogun/$$i" ;\
echo "from modshogun import *" > "$(DESTDIR)$(PYDIR)/shogun/$$i/__init__.py" ;\
Expand Down

0 comments on commit 69ce15f

Please sign in to comment.