Example usage for weka.associations ItemSet subclass-usage

List of usage examples for weka.associations ItemSet subclass-usage

Introduction

In this page you can find the example usage for weka.associations ItemSet subclass-usage.

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.