From 69ce15f3cc8d1299b6dee33a1d081578bcc78939 Mon Sep 17 00:00:00 2001 From: Heiko Strathmann Date: Thu, 25 Jul 2013 13:58:45 +0100 Subject: [PATCH] added GaussianProcess in modular interface structure --- src/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.template b/src/Makefile.template index 02c5abd6de9..1b923e49093 100644 --- a/src/Makefile.template +++ b/src/Makefile.template @@ -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" ;\