print-TAMatrix: Definition of print method for TAMatrix

Description Usage Arguments Value

Description

The print function prints out all items of the TAMatrix with their respective counts. They are sorted in a descending order by their frequency.

Usage

1
2
## S4 method for signature 'TAMatrix'
print(x, descending = TRUE)

Arguments

x

Object of class TAMatrix

descending

Logical value per default TRUE.

Value

The frequent itemsets ordererd by their occurence


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