Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
AssociationRuleLearning
Guides
Association rule learning
Symbols
Apriori
Eclat
AntonAntonov`AssociationRuleLearning`
A
p
r
i
o
r
i
A
p
r
i
o
r
i
[
b
a
s
k
e
t
s
,
m
i
n
S
u
p
]
f
i
n
d
s
f
r
e
q
u
e
n
t
s
e
t
s
i
n
t
h
e
l
i
s
t
o
f
l
i
s
t
s
b
a
s
k
e
t
s
w
i
t
h
s
u
p
p
o
r
t
a
t
m
i
n
S
u
p
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
3
)
Basic Examples
(
1
)
I
n
[
1
]
:
=
E
x
a
m
p
l
e
D
a
t
a
[
{
"
S
t
a
t
i
s
t
i
c
s
"
,
"
U
S
C
a
r
s
1
9
9
3
"
}
]
Here is a dataset
I
n
[
2
]
:
=
d
s
C
a
r
s
=
R
e
s
o
u
r
c
e
F
u
n
c
t
i
o
n
[
"
E
x
a
m
p
l
e
D
a
t
a
s
e
t
"
]
[
{
"
S
t
a
t
i
s
t
i
c
s
"
,
"
U
S
C
a
r
s
1
9
9
3
"
}
]
;
d
s
C
a
r
s
[
1
;
;
4
]
O
u
t
[
2
]
=
Here we find the frequent sets of variable values of size
4
or
5
in the dataset above that appear more than
1
6
times:
I
n
[
3
]
:
=
A
p
r
i
o
r
i
[
d
s
C
a
r
s
[
A
l
l
,
{
"
M
a
n
u
f
a
c
t
u
r
e
r
"
,
"
M
o
d
e
l
"
,
"
T
y
p
e
"
,
"
A
i
r
B
a
g
s
"
,
"
D
r
i
v
e
T
r
a
i
n
"
,
"
C
y
l
i
n
d
e
r
s
"
,
"
M
a
n
T
r
a
n
s
A
v
a
i
l
"
,
"
P
a
s
s
e
n
g
e
r
s
"
}
]
,
1
6
,
4
,
5
]
O
u
t
[
3
]
=
{
4
,
5
,
F
r
o
n
t
,
Y
e
s
}
2
2
.
,
{
4
,
F
r
o
n
t
,
N
o
n
e
,
Y
e
s
}
2
1
.
,
{
4
,
F
r
o
n
t
,
S
m
a
l
l
,
Y
e
s
}
1
9
.
,
{
4
,
N
o
n
e
,
S
m
a
l
l
,
Y
e
s
}
1
6
.
S
c
o
p
e
(
1
)
O
p
t
i
o
n
s
(
1
)
S
e
e
A
l
s
o
E
c
l
a
t
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
A
s
s
o
c
i
a
t
i
o
n
r
u
l
e
l
e
a
r
n
i
n
g
"
"