store association rules into mysql table
asmahassani08
MemberPosts:31Contributor II
hello,
I need to export fp-growth association rules to MySQL database.
the MySQL table contains those columns: premises, conclusion, support, confidence
how can i solve it ?
thnx
Tagged:
0
Best Answer
-
David_A Administrator, Moderator, Employee, RMResearcher, MemberPosts:296RM Research
Hi,
Martin is right.
You can use the "Association Rules to ExampleSet" Operator from theConverters extension, available at the RapidMiner marketplace. The relevant attributes from the resulting example set can be easily stored in a database. See the sample process below for an example.
<参数键=“repository_entry”值= " / /样品s/data/Iris"/>
<参数键= " number_of_bins " value = " 5 " / >6
Answers
Hi,
i think converts extension has a proper converter for this.
BR,
Martin
Dortmund, Germany
I do as you say, but with another process, I have this error :
details of the input of the operator :
Meta data:Collection of Association Rules
Generated by: Radoop Nest.output 2
expects:AssociationRules,expects:AssociationRules
It worked fine, but since I change the version from 9 to 9.2 I have this problem.
What can be the cause, please?