transactiondata-class: TransactionData

Description Usage Arguments Methods (by generic) Slots

Description

The S4 class TransactionData characterises the entered transaction matrix using two different slots. An object of the class TransactionData can be analysed with show, summary ,plot, itemtail and tryminimum.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## S4 method for signature 'TransactionData'
show(object)

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

## S4 method for signature 'TransactionData'
itemtail(object, support, absolute = FALSE,
  rare = FALSE)

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

## S4 method for signature 'TransactionData'
tryminimum(object)

Arguments

object

Object of class TransactionData

support

User specified minimum support

absolute

Logical

rare

Logical

x

Object of class TransactionData

Methods (by generic)

Slots

data

Transaction matrix in the shape of a sparsematrix (ngCMatrix)

items

Character vector containing the item names of the trancastion matrix


quentinseifert/unnamed documentation built on Dec. 3, 2019, 11:31 p.m.