Learn R Programming

⚠️There's a newer version (1.7-9) of this package.Take me there.

arules (version 0.1-4)

Mining Association Rules and Frequent Itemsets

Description

Provides the basic infrastructure for mining and analyzing association rules and an interface to C implementations of the mining algorithms Apriori and Eclat.

Copy Link

Version

Install

install.packages('arules')

Monthly Downloads

11,895

Version

0.1-4

License

GPL version 2 or later. This R package includes C code from Christian Borgelt which is distributed under the GPL version 2.1.

Maintainer

Michael Hahsler

Last Published

December 14th, 2024

Functions in arules (0.1-4)

ASparameter-class

Classes ``ASparameter'', ``APparameter'', ``ECparameter'' --- Specifying the `parameter' Argument of apriori() and eclat()
LIST

Creating a List Representation from Objects Based on ``itemMatrix''
itemSupport

Getting the Support of all Items
Adult

Adult Data Set
itemFrequencyPlot

Plotting the Item Frequencies for Objects Based on ``itemMatrix''
Epub

Epub Data Set
rules-class

Class ``rules'' --- A Set of Rules
ruleInduction

Rule induction for a set of itemsets
transactions-class

Class ``transactions'' --- Binary Incidence Matrix for Transactions
itemsets-class

Class ``itemsets'' --- A Set of Itemsets
measures

Calculating additional Interest Measures for existing Associations
tidList-class

Class ``tidList'' --- A Transaction ID List
eclat

Call Eclat
AScontrol-class

Classes ``AScontrol'', ``APcontrol'', ``ECcontrol'' --- Specifying the `control' Argument of apriori() and eclat()
SORT

Sorting Associations
Mushroom

Mushroom Data Set
inspect

Display Associations and Transactions in Readable Form
APappearance-class

Class ``APappearance'' --- Specifying the `appearance' Argument of apriori()
apriori

Call Apriori
length

Getting the Number of Elements
size

Getting the Size of All Elements
associations-class

Class ``associations'' - A Set of Associations
Income

Income Data Set
itemMatrix-class

Class ``itemMatrix'' --- Sparse Binary Matrix to Represent Sets of Items
read.transactions

Read Transaction Data