I'm currently trying to use the Shogun toolbox (on Mac OS). I've just installed the corresponding homebrew-core-Shogun library, I didn't get any error so everything should be fine here.
As I'm creating a Java project to use interfaces I've followed the instructions and started my Java class including 2 Java packages import: import org.shogun.*;
and import org.jblas.*;
.
I had to download the jblas package from another website as mentioned in the Shogun instructions, however I can't figure out where the shogun package is. I probably missed something but can't figure out which step I'm missing.