The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
newbie here
E_N_R_I_C_O
Member Posts: 7 Contributor II
Hello,
i am a newbie..
I just finished installled my RapidMiner.
I want to use RapidMiner thru Java Code.
I want to make a DBaseExampleSource in my code and with BasicRuleLearner, i want to make rules from my database.
Could anyone please help me or at least give a link of java code that uses DBaseExampleSource?
Because until now, i still couldn't find any examples based on DBaseExampleSource.
I would be very glad if i get feedback from one of you.
i am a newbie..
I just finished installled my RapidMiner.
I want to use RapidMiner thru Java Code.
I want to make a DBaseExampleSource in my code and with BasicRuleLearner, i want to make rules from my database.
Could anyone please help me or at least give a link of java code that uses DBaseExampleSource?
Because until now, i still couldn't find any examples based on DBaseExampleSource.
I would be very glad if i get feedback from one of you.
Tagged:
0
Answers
there is a file called "tutorial.pdf" available at rapidminer download page at sourceforge. In this pdf you will find a chapter dealing with embedding rapidminer in a java application, where also is explained how to use operators in code. Understand the "pattern" and then switch to the operators of your preference.
If the tutorial is not enough, feel free to come back and ask again
regards,
Steffen
thank you for your answer. I really appreciate it.
I have read that tutorial.pdf and am still trying to connect to data base. It is still not working.
There is a problem which is: This is my code: Do you have maybe any idea or recommendation what i have to do?
Thank you
Enrico
happy mining
Steffen
well... Thank you