Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Creating a network graph

Legacy UserLegacy User Member Posts: 0 Newbie
What options does Rapidminer offer to create a network graph of individual terms mined from an Excel file of comments?  Secondly, I would like to overlay a clustered view on top of these individuals terms that groups like categories?

Answers

  • IngoRMIngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    for such a term graph you could use frequent itemset mining together with association rules - which would deliver the graph. Never tried that on texts myself and I am quite positive, that you have to integrate some appropriate preprocessing. Alternatively, you could maybe use the TransitionGraphOperator.

    If you want to overlay a cluster / label / whatever... information, you would have to extend both approaches by this information.

    Cheers,
    Ingo
  • Legacy UserLegacy User Member Posts: 0 Newbie
    Thanks Ingo!  I will investigate the TransitionGraphOperator.
Sign In or Register to comment.