CommencerCommencer gratuitement

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

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Plotting the parallel coordinate plots
plot(rules_online, ___ = "___")
Modifier et exécuter le code