On Tuesday, January 13, 2015 at 6:52:02 AM UTC-5, Куракин Александр wrote:

> Is there some way to use Shogun Toolbox (http://shogun-toolbox.org/) with 
> Julia?
>

Since it is a C++ library, you can't call it directly from Julia with 
ccall.  (The next Julia release will make it much easier to call C++.  
Although in any case you would still want to design high-level wrappers.)

Probably the easiest thing is to call it via Shogun's Python interface 
(modshogun), using PyCall.  This should be roughly as efficient as calling 
it from Python.

Reply via email to