Java weka.associations ItemSet fields, constructors, methods, implement or subclass

Example usage for Java weka.associations ItemSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.associations ItemSet.

The text is from its open source code.

Subclass

weka.associations.ItemSet has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetCounter(int count)
Sets the counter
voidsetItem(int[] items)
Sets an item sets
intsupport()
Outputs the support for an item set.
voidupDateCounter(Instance instance)
Updates counter of item set with respect to given transaction.