Andi Vajda wrote:
> On Fri, 9 Dec 2011, Bill Janssen wrote:
>
> > Any ideas on how to wrap weka? The core problem is that the class
> > weka.core.Utils has both a "static double log2", and a "static double
> > log2 (double a)", which confuses the heck out of JCC.
> >
> > It would be nice if it
On Fri, 9 Dec 2011, Bill Janssen wrote:
Any ideas on how to wrap weka? The core problem is that the class
weka.core.Utils has both a "static double log2", and a "static double
log2 (double a)", which confuses the heck out of JCC.
It would be nice if it would rename one or both in the generate
Any ideas on how to wrap weka? The core problem is that the class
weka.core.Utils has both a "static double log2", and a "static double
log2 (double a)", which confuses the heck out of JCC.
It would be nice if it would rename one or both in the generated C++ so
that the class could be wrapped.
B