Hello guys,
I have the same question another user asked months ago, but unfortunately there is no answer there yet.
I've got the rapidminer academia licence and I wanted to execute the process which is described in the book Data Mining Use Cases and Business Analytics Applications in Chapter 15 Text Mining with RapidMiner
It's an association mining process which consists of the operators Process Documents, Text to Nominal, Numerical to Binomial, FP-Growth and Create Association.
When I hit the run button I get the following error message:
Error executing background job 'Calculating result:Data':
java.util.ConcurrentModificationException
Exception:java.util.ConcurrentModificationException
Message: null
Stack trace:
java.util.ArrayList$ltr.checkForComodification(ArrayList.java:901)
java.util.ArrayListltr.next (ArrayList.java:851)
com.rapidminer.gui.viewer.AssociationRuleFilter.getFilter(AssociationRuleFilter.java:274)
com.rapidminer.gui.viewer.AssociationRuleFilter.fireFilteringEvent(AssociatioRuleFilter.java:265)
com.rapidminer.gui.viewer.AssociationRuleFilter.adjustFilter(AssociationRuleFilter.java:253)
com.rapidminer.gui.viewer.AssociationRuleFilter.triggerFilter(AssociationRuleFilter.java:237)
com.rapidminer.gui.viewer.AssociationRuleTableViewer.<init>(AssociationRuleTableViwer.java:94)
com.rapidminer.gui.renderer.itemsets.AssociationRulesTableRenderer.getVisualizationComponent(AssociationRulesTableRenderer.java:48)
com.rapidminer.gui.processeditor.results.ResultDisplayTools$1.run(ResultDisplayTools.java:148)
com.rapidminer.gui.tools.ProgressThread$3run(ProgressThread.java:550)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
java.lang.Thread.run(Thread.java:745)
After closing the error message I can't see any data results from AssociationRules - but I do see the Graph. There where
the data should appear appears only an hourglass symbol and 'Creating Data, please wait...'
Please be so kind and help me since I really need to know where the problem is.
Thanks in advance!