Skip to content

Commit

Permalink
Updated URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Mar 16, 2021
1 parent c688d16 commit 8b821b5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ bibentry(bibtype = "article",
journal = "Journal of Machine Learning Research",
volume = 12,
pages = "1977--1981",
url = "http://jmlr.csail.mit.edu/papers/v12/hahsler11a.html"
)
url = "https://jmlr.csail.mit.edu/papers/v12/hahsler11a.html"
)
4 changes: 2 additions & 2 deletions man/Adult.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data("AdultUCI")
}
\details{
The \dQuote{Adult} database was extracted from the census bureau database
found at \url{http://www.census.gov/} in 1994 by
found at \url{https://www.census.gov/} in 1994 by
Ronny Kohavi and Barry Becker, Data Mining and Visualization, Silicon
Graphics. It was originally used to predict whether income exceeds USD 50K/yr
based on census data. We added the attribute \code{income} with levels
Expand Down Expand Up @@ -103,7 +103,7 @@ data("AdultUCI")
}
}
\source{
\url{http://www.ics.uci.edu/~mlearn/MLRepository.html}
\url{https://www.ics.uci.edu/~mlearn/MLRepository.html}
}
\references{
A. Asuncion \& D. J. Newman (2007):
Expand Down
2 changes: 1 addition & 1 deletion man/Mushroom.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Object of class \code{transactions}.
\source{
The data
set was obtained from the UCI Machine Learning Repository at
\url{http://archive.ics.uci.edu/ml/datasets/Mushroom}.
\url{https://archive.ics.uci.edu/ml/datasets/Mushroom}.
}
\references{
Alfred A. Knopf (1981). Mushroom records drawn from The Audubon Society Field Guide to North American Mushrooms. G. H. Lincoff (Pres.), New York.
Expand Down
4 changes: 2 additions & 2 deletions man/interestMeasure.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Provides the generic function \code{interestMeasure} and the needed S4 method
to calculate various additional interest measures for existing sets of
itemsets or rules. A searchable list of definitions, equations and references for all available interest measures can be found here:
\href{http://michael.hahsler.net/research/association_rules/measures.html}{A Probabilistic Comparison of Commonly Used Interest Measures for Association Rules} (Hahsler, 2015).
\href{https://michael.hahsler.net/research/association_rules/measures.html}{A Probabilistic Comparison of Commonly Used Interest Measures for Association Rules} (Hahsler, 2015).
}
\usage{
interestMeasure(x, measure, transactions = NULL, reuse = TRUE, ...)
Expand Down Expand Up @@ -489,7 +489,7 @@ indices used in population genetics. It evaluates the deviation
}
\references{
Hahsler, Michael (2015).
A Probabilistic Comparison of Commonly Used Interest Measures for Association Rules, 2015, URL: \url{http://michael.hahsler.net/research/association_rules/measures.html}.
A Probabilistic Comparison of Commonly Used Interest Measures for Association Rules, 2015, URL: \url{https://michael.hahsler.net/research/association_rules/measures.html}.

Agrawal, R., H Mannila, R Srikant, H Toivonen, AI Verkamo (1996).
Fast Discovery of Association Rules.
Expand Down
2 changes: 1 addition & 1 deletion man/pmml.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ read.PMML(file)
Write delegates to package pmml.
}
\references{
PMML home page: \url{http://dmg.org}
PMML 4.4 - Association Rules. \url{http://dmg.org/pmml/v4-4/AssociationRules.html}
}
\seealso{
\code{\link[pmml]{pmml}}.
Expand Down

0 comments on commit 8b821b5

Please sign in to comment.