Skip to content

arules_1.5-3

Compare
Choose a tag to compare
@mhahsler mhahsler released this 01 Sep 15:59
· 335 commits to master since this release

New Features

  • apriori and eclat return now count (absolute support count) in the
    quality data.frame.
  • Added %oin% to find transactions/itemsets that ONLY contain certain items.

Bug Fixes

  • Improved PROTECT placement in C source code.
  • itemMeasures for single rules/itemssets now returns a proper data.frame
    (reported by lordbitin).
  • itemMeasures: Added missing parentheses in kappa calculation and fixed
    equation for least contradiction (reported by Feng Chen).