mhahsler / arules

Mining Association Rules and Frequent Itemsets with R
http://mhahsler.github.io/arules
GNU General Public License v3.0
194 stars 42 forks source link

Least Contradiction Range incorrect #76

Closed jhautala closed 1 year ago

jhautala commented 1 year ago

The correct range is [-∞,1]

I also want to mention that this is an amazing resource for association rule metrics. It is very thorough and I love the TOC!

EDITED: original report had incorrect upper bound of ∞

mhahsler commented 1 year ago

Hi, thank you for pointing this out. I did some research and found [-infty, 1]. How did you get to [-infty, infty]?

jhautala commented 1 year ago

Ahh, you're right; I got that range by... not proof-reading!

mhahsler commented 1 year ago

Thanks again. I have updated the page.