Hi, I installed the shogun library using the commands given here <https://www.shogun-toolbox.org/install#ubuntu>. However, even if I apply -lshogun flag to compile, it is still not compiling.
g++ file1.py -lshogun file1.cpp:7:10: fatal error: shogun/machine/BaggingMachine.h: No such file or directory 7 | #include <shogun/machine/BaggingMachine.h> *I don't know the include directory of libshogun18. *I checked /usr/include and /usr/local/include, but I could not find it. Running shogun from interfaces <https://www.shogun-toolbox.org/examples/latest/quickstart/interfaces.html> shows to use the -I and -L flags, but since I've installed if from sudo apt-get install command, I don't know what to put there. *In other words, how should I use shogun after I've installed it using sudo apt-get install libshogun18 on ubuntu16.04* Thanks & Regards, Harsh