शुरू करेंमुफ़्त में शुरू करें

Playing with graphs

In the previous set of exercises, the set of extracted rules was displayed either as a table or as a two-dimensional plot (either static or interactive). Let us now try a more interesting way of displaying rules. Generating a graph from a set of rules is probably the most convenient and useful way to have a graphical representation of the set of extracted rules. They allow you to have a clear overview of the different types of associations between items. In the following exercises, you will use rules_online to create graphs.

यह अभ्यास पाठ्यक्रम का हिस्सा है

Market Basket Analysis in R

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Create a HTML widget of the graph of rules
plot(rules_online,
     method = "___",
     ___ = "___")
कोड संपादित करें और चलाएँ