Skip to content

Commit

Permalink
fixed moved URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Mar 15, 2021
1 parent 28ecbb8 commit c688d16
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The arules package for R provides the infrastructure for representing,
manipulating and analyzing transaction data and patterns
using [frequent itemsets and association rules](https://en.wikipedia.org/wiki/Association_rule_learning). Also provides a wide range of
[interest measures](https://michael.hahsler.net/research/association_rules/measures.html) and mining algorithms including a interfaces and the code of
Borgelt's efficient C implementations of the association mining algorithms [Apriori](https://www.borgelt.net/apriori.html) and [Eclat](https://www.borgelt.net/eclat.html).
Borgelt's efficient C implementations of the association mining algorithms [Apriori](https://borgelt.net/apriori.html) and [Eclat](https://borgelt.net/eclat.html).

### arules core packages:

Expand Down
2 changes: 1 addition & 1 deletion man/APappearance-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ to specify it as both).}
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{https://www.borgelt.net/apriori.html}
\url{https://borgelt.net/apriori.html}
M. Klemettinen, H. Mannila, P. Ronkainen, H. Toivonen and A. I. Verkamo (1994).
Finding Interesting Rules from Large Sets of Discovered Association Rules.
Expand Down
2 changes: 1 addition & 1 deletion man/AScontrol-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{https://www.borgelt.net/apriori.html}
\url{https://borgelt.net/apriori.html}
}
\seealso{
\code{\link{apriori}},
Expand Down
2 changes: 1 addition & 1 deletion man/ASparameter-class.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
Christian Borgelt (2004)
\emph{Apriori --- Finding Association Rules/Hyperedges with the Apriori
Algorithm}.
\url{https://www.borgelt.net/apriori.html}
\url{https://borgelt.net/apriori.html}
}
\seealso{
\code{\link{apriori}},
Expand Down
2 changes: 1 addition & 1 deletion man/apriori.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ apriori(data, parameter = NULL, appearance = NULL, control = NULL)
Eclat. \emph{Workshop of Frequent Item Set Mining Implementations}
(FIMI 2003, Melbourne, FL, USA).
APRIORI Implementation: \url{https://www.borgelt.net/apriori.html}
APRIORI Implementation: \url{https://borgelt.net/apriori.html}
}
\author{Michael Hahsler and Bettina Gruen}
\examples{
Expand Down
2 changes: 1 addition & 1 deletion man/eclat.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ eclat(data, parameter = NULL, control = NULL)
Eclat. \emph{Workshop of Frequent Item Set Mining Implementations}
(FIMI 2003, Melbourne, FL, USA).
ECLAT Implementation: \url{https://www.borgelt.net/eclat.html}
ECLAT Implementation: \url{https://borgelt.net/eclat.html}
}
\seealso{
\code{\link{ECparameter-class}},
Expand Down

0 comments on commit c688d16

Please sign in to comment.