As far as I understood, Groceries in arules package is in sparse matrix form.
Suppose, I want to see that in a normal tabular form.
How can I do that?
As far as I understood, Groceries in arules package is in sparse matrix form.
Suppose, I want to see that in a normal tabular form.
How can I do that?
Copyright © 2021 Jogjafile Inc.
This should give you a standard matrix
Groceries@data. I believe Groceries is a special class, not a standard sparse matrix. Tryclass(Groceries).