Chapter 7. Interfaces to other libraries

Table of Contents
Interfaces to Java libraries
Interfaces to C/C++ libraries using the Java native interface (JNI)
Matlab interface

abc.

Interfaces to Java libraries

Chemical Development Kit (CDK)

The most relevant interface methods for the Chemical Development Kit (CDK) library are available in the joelib/util/cdk/CDKTools.java helper class.

Weka data mining library

The most relevant interface methods for the Weka data mining library library are available in the joelib/algo/weka/InstancesHelper.java helper class. For using Weka you should modify the constructors in weka.core.Attributes from 'protected' to 'public' and use the recompiled Weka sources.