List of usage examples for weka.associations ItemSet subclass-usage
From source file LabeledItemSet.java
/**
* Class for storing a set of items together with a class label. Item sets are stored in a lexicographic
* order, which is determined by the header information of the set of instances
* used for generating the set of items. All methods in this class assume that
* item sets are stored in lexicographic order.
* The class provides the methods used for item sets in class association rule mining.