Skip to content

arules_1.5-0

Compare
Choose a tag to compare
@mhahsler mhahsler released this 02 Oct 23:47
· 391 commits to master since this release

Changes in version 1.5-0 (09/23/2016)

  • IMPORTANT CHANGE: apriori uses now a time limit set in parameter with
    maxtime. The default is 5 seconds. Running out of time or maxlen results
    in a warning. The warning for low absolute support was removed.
  • is.redundant now also marks rules with the same confidence as redundant.
  • plot for associations and transactions produces now a better
    error/warning message.
  • improved argument check for %pin%. Warns now for multiple patterns
    (was an error) and give an error for empty pattern.
  • inspect prints now consistently the index of rules/itemsets using brackets
    and starting from 1.