From 24907acc34986957b3fed650477dcf5d16a8c261 Mon Sep 17 00:00:00 2001 From: DelGaylord Date: Tue, 31 May 2022 13:50:09 +0200 Subject: [PATCH] Correction missing @ --- Chapters/DataMining/APriori.pillar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapters/DataMining/APriori.pillar b/Chapters/DataMining/APriori.pillar index a6241bf..5eed313 100644 --- a/Chapters/DataMining/APriori.pillar +++ b/Chapters/DataMining/APriori.pillar @@ -615,7 +615,7 @@ APrioriLiftMetric >> valueForAssociationRule: anAssociationRule !!!! Implementation of Itemset and Association Rule -Every part of the A-Priori algorithm operates on itemsets or association rules. In our implementation, they store items and the values of different metrics. You can see how they are UML diagram for ==APrioriItemset== and ==APrioriAssociationRule== in Figure *figAPrioriItemsetRuleUML*. +Every part of the A-Priori algorithm operates on itemsets or association rules. In our implementation, they store items and the values of different metrics. You can see how they are UML diagram for ==APrioriItemset== and ==APrioriAssociationRule== in Figure *@figAPrioriItemsetRuleUML*. +Itemset and association rule>figures/APrioriItemsetRuleUML|width=70|label=figAPrioriItemsetRuleUML+