Example usage for weka.associations CARuleMiner interface-usage

List of usage examples for weka.associations CARuleMiner interface-usage

Introduction

In this page you can find the example usage for weka.associations CARuleMiner interface-usage.

Usage

From source file cba.Apriori.java

/**
 <!-- globalinfo-start -->
 * Class implementing an Apriori-type algorithm. Iteratively reduces the minimum support until it finds the required number of rules with the given minimum confidence.<br/>
 * The algorithm has an option to mine class association rules. It is adapted as explained in the second reference.<br/>
 * <br/>
 * For more information see:<br/>