0

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 !!

silent_dev
  • 1,566
  • 3
  • 20
  • 45
  • I would recommend using KNIME as a batch process (http://tech.knime.org/faq#q12) first, that way you can use it from any programming language (did you miss that information from your question?). If you want to use it with Java, I would suggest to get familiar with its license and the OSGi basics. (Obviously if you are using their Server product, you have other options too, like web services.) – Gábor Bakos May 23 '14 at 19:28

1 Answers1

0

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.

Community
  • 1
  • 1
Rushdi Shams
  • 2,423
  • 19
  • 31