Using RapidMiner to create networks
Find more posts tagged with
Sort by:
1 - 5 of
51
By transition graph I think I need to give it the source node and the destination and then it draws the edge, am I right? If yes, it's not working in my case because I have a word vector of the relations between my tokens (players) which shows which players are teammates. Any ideas to draw this matrix?
thx,
Perhaps you could look at this exercise as 'frequent item' or 'association rules' mining, http://en.wikipedia.org/wiki/Association_rule_learning, there is an example ( 1_25 FPGrowth ) in the the samples provided to get you started.
Good luck!