model into dll
reports01
New Altair Community Member
How do I get my model into a dll, so I can call it inside my (VB) source code, in which my application is written?
Tagged:
0
Answers
-
-
Hi,
another not yet mentioned possibility is to use the Java Native Interface: http://java.sun.com/javase/6/docs/technotes/guides/jni/
Perhabs this is a little bit less work than reimplementing rapid miners apply functionality.
Greetings,
Sebastian0 -
Hello again
This is what I meant in the option "using java and vb together"land wrote:
Hi,
another not yet mentioned possibility is to use the Java Native Interface: http://java.sun.com/javase/6/docs/technotes/guides/jni/
The main work here is the conversion of his application-datatype to ExampleSet-Format.
Perhabs this is a little bit less work than reimplementing rapid miners apply functionality.
just a few remarks...
Steffen
0