EasyMiner easy association rule mining, classification and anomaly detection

R packages

EasyMiner/R is powered by several R packages.

  • The arules package
  • Our rCBA package, which implements Classification based on associations (CBA) algorithm, and offers automatic tuning of confidence and support thresholds.
  • Our fpmouliters package, which implements several anomaly detection algorithms based on frequent itemsets.

If you do not need graphical user interface or REST API, you can also use these packages directly. The rCBA package requires rJava (R - Java bridge properly setup).