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.
Diese Übung ist Teil des Kurses
Market Basket Analysis in R
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Inspection of the rules
___(___)