Search code examples
apiwekaknime

How to configure KNIME/Weka to interact with my own software?


I have this task to bridge an analytics engine(like KNIME/Weka) to a software. However, I am new to KNIME and APIs and most of CSE. Could someone possibly guide me as to how do I bridge the softwares? A brief explaining KNIME APIs would be very helpful or any other tips for that matter. Thanks !!


Solution

  • Here are two links to use Weka from you Java code:

    1. Basic tutorial 1
    2. Basic tutorial 2

    I cannot say how to use knime as I am mostly familiar with Weka.