我想從一個數據集的文本字段計算的關聯規則,如使用Python下面之一: ID fav_breakfast
1 I like to eat eggs and bacon for breakfast.
2 Bacon, bacon, bacon!
3 I love pancakes, but only if they have extra syrup!
4 Waffles and bacon.
我試圖做使用arules包一些市場購物籃分析,但是當我使用summary()功能的itemMatrix對象來檢查哪些是最常見的物品,這些數字做不加起來。 如果我做的: library(arules)
x <- read.transactions("Supermarket2014-15.csv")
summary(x)
我得到: transactions as itemMatrix in s