Example usage for Java weka.associations ItemSet fields, constructors, methods, implement or subclass
The text is from its open source code.
ItemSet(int totalTrans) Constructor | |
ItemSet(int[] array) Contsructor |
void | setCounter(int count) Sets the counter |
void | setItem(int[] items) Sets an item sets |
int | support() Outputs the support for an item set. |
void | upDateCounter(Instance instance) Updates counter of item set with respect to given transaction. |