Parallel coordinates plots
Parallel coordinates plots are used to visualize discovered association rules. It displays the items on the y-axis as and the x-axis represents the positions in a rule.
This kind of plot helps you better see the items that actually led to the construction of a rule. The rules_online
is saved in your workspace.
Cet exercice fait partie du cours
Market Basket Analysis in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Plotting the parallel coordinate plots
plot(rules_online, ___ = "___")