frequentsets-class: FrequentSets

Description Usage Arguments Methods (by generic) Slots

Description

The S4 class FrequentSets characterises the frequently occuring item sets using four different slots. Objects of the class FrequentSets can be analysed with show, summary and plot.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'FrequentSets'
show(object)

## S4 method for signature 'FrequentSets'
summary(object)

## S4 method for signature 'FrequentSets'
plot(x)

Arguments

object

Object of class FrequentSets

x

Object of class FrequentSets

Methods (by generic)

Slots

sets

Every generated item set summarised in the shape of a sparsematrix (ngCMatrix)

supports

Numeric vector containing the calculated support for the respective sets

items

Character vector containing the item names of the transaction matrix

minsup

User specified minimum support


quentinseifert/apriorimining documentation built on Dec. 3, 2019, 11:30 p.m.