Skip to content

Commit

Permalink
Merge pull request #1304 from karlnapf/develop
Browse files Browse the repository at this point in the history
added GaussianProcess in modular interface structure
  • Loading branch information
karlnapf committed Jul 25, 2013
2 parents 6b80376 + 69ce15f commit e304c64
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 e304c64

Please sign in to comment.