newbie here
E_N_R_I_C_O
MemberPosts:7Contributor 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: 你有任何想法或建议什么i have to do?
Thank you
Enrico
happy mining
Steffen
well... Thank you