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. Bill