Importing Weka classes?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Importing Weka classes?

Gabriel Landini
Hi all, I am asking this on behalf of somebody else -- I do not know the
answer myself.

Is it possible to import weka external libraries in an ImageJ plugin. I know
that Fiji can do this, but what about ImageJ?
Any hints/example would be greately appreciated.

Regards

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Importing Weka classes?

Mark Hiner
Hi Gabriel,

>Is it possible to import weka external libraries in an ImageJ plugin.

Not by default. The plugin developer would have to bundle the weka library
and any inherited dependencies[1].

If this individual does decide to distribute their plugin either as part of
Fiji or on an update site, I would suggest modelling after Trainable
Segmentation[2] to alleviate the need for manual dependency management and
bundling.

Best,
Mark

[1] http://mvnrepository.com/artifact/nz.ac.waikato.cms.weka
[2] https://github.com/fiji/Trainable_Segmentation

On Fri, Sep 4, 2015 at 10:03 AM, Gabriel Landini <[hidden email]>
wrote:

> Hi all, I am asking this on behalf of somebody else -- I do not know the
> answer myself.
>
> Is it possible to import weka external libraries in an ImageJ plugin. I
> know
> that Fiji can do this, but what about ImageJ?
> Any hints/example would be greately appreciated.
>
> Regards
>
> Gabriel
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Importing Weka classes?

Gabriel Landini
On Friday 04 Sep 2015 15:28:09 Mark Hiner wrote:
> >Is it possible to import weka external libraries in an ImageJ plugin.
>
> Not by default. The plugin developer would have to bundle the weka library
> and any inherited dependencies[1].
>
> If this individual does decide to distribute their plugin either as part of
> Fiji or on an update site, I would suggest modelling after Trainable
> Segmentation[2] to alleviate the need for manual dependency management and
> bundling.

Many thanks Mark for the quick reply. I will pass the message on.
Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html