Our favorite movies as a graph
The previous plots are useful to display rules but may seem too "linear" to represent the set of movies users have watched.
Displaying extracted rules as a graph is useful to sort out the important and useful rules among the set of potentially thousands of rules. The set of extracted rules rules_movies is loaded in your workspace.
यह अभ्यास पाठ्यक्रम का हिस्सा है
Market Basket Analysis in R
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Plot movie rules as a graph
plot(rules_movies,
method = "___",
___ = "___")