Scatterplots
Scatterplots are one of the most used kind of plots to show the set of extracted rules. In this exercise, you will see how to build a meaningful graphical representation of association rules. In the previous chapter, you extracted rules from the online Retail dataset. The rules rules_online
are saved in the workspace.
In this exercise, you will see how to create a HTML table widget with the inspectDT()
function of the arulesViz
package. This will enable to quickly browse and sort tables.
Cet exercice fait partie du cours
Market Basket Analysis in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Inspection of the rules
___(___)