Skip to content

Commit

Permalink
Added link to arulespy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Jan 10, 2024
1 parent 8fede33 commit 30e56a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
10 changes: 7 additions & 3 deletions docs/measures.html
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ <h4 class="author">Michael Hahsler</h4>

<div id="about-this-document" class="section level1">
<h1>About this Document</h1>
<p><strong>Latest update:</strong> October 18, 2023</p>
<p><strong>Latest update:</strong> January 10, 2024</p>
<p>Please cite this document as <strong>Michael Hahsler, A Probabilistic
Comparison of Commonly Used Interest Measures for Association Rules,
2015, URL: <a href="https://mhahsler.github.io/arules/docs/measures" class="uri">https://mhahsler.github.io/arules/docs/measures</a></strong></p>
Expand All @@ -1546,8 +1546,12 @@ <h1>About this Document</h1>
Commons Attribution Share Alike 4.0 International License.</a></p>
<div id="code-and-implementation" class="section level2">
<h2>Code and Implementation</h2>
<p>All measures discussed on this page are implemented in the freely
available R-extension package <a href="https://github.com/mhahsler/arules">arules</a> in function <a href="https://search.r-project.org/CRAN/refmans/arules/html/interestMeasure.html">interestMeasure()</a>.</p>
<p>All measures discussed on this page are implemented in function <a href="https://search.r-project.org/CRAN/refmans/arules/html/interestMeasure.html">interestMeasure()</a>
in the freely available software:</p>
<ul>
<li>R package: <a href="https://github.com/mhahsler/arules">arules</a></li>
<li>Python module: <a href="https://pypi.org/project/arulespy/">arulespy</a></li>
</ul>
</div>
<div id="corrections-and-feedback" class="section level2">
<h2>Corrections and Feedback</h2>
Expand Down
12 changes: 7 additions & 5 deletions docs/measures.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ editor_options:

# About this Document

**Latest update:** October 18, 2023
**Latest update:** January 10, 2024

Please
cite this document as **Michael Hahsler, A Probabilistic Comparison of
Expand All @@ -48,10 +48,12 @@ Commons Attribution Share Alike 4.0 International License.</a>

## Code and Implementation

All measures discussed on this page are implemented in the freely
available R-extension package
[arules](https://github.com/mhahsler/arules) in function
[interestMeasure()](https://search.r-project.org/CRAN/refmans/arules/html/interestMeasure.html).
All measures discussed on this page are implemented in function
[interestMeasure()](https://search.r-project.org/CRAN/refmans/arules/html/interestMeasure.html)
in the freely available software:

* R package: [arules](https://github.com/mhahsler/arules)
* Python module: [arulespy](https://pypi.org/project/arulespy/)

## Corrections and Feedback

Expand Down
Binary file modified docs/measures.pdf
Binary file not shown.

0 comments on commit 30e56a1

Please sign in to comment.