rowSums-TAMatrix: Return the row Sums for the underlying matrix within an...

Description Usage Arguments Value

Description

In the matrix underlying the TAMatrix the rows represent the items and the columns to represent the itemsets. Here the sums of each row should be calculated that are the number of occurences of each item in the different transactions.

Usage

1
2
## S4 method for signature 'TAMatrix'
rowSums(x)

Arguments

x

Object of class TAMatrix

Value

numeric vector containing the sum of each row of the TAMatrix


TimToebrock/Project_Apriori documentation built on Oct. 16, 2020, 9:22 p.m.