public abstract class BasicItemsetsFinder extends java.lang.Object implements ItemsetsFinder
Initialises some configuration values and static method useful for the algorithms
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Itemset> |
itemsets
|
protected int |
maxPattern
|
protected int |
minSupport
|
protected int |
minTime
|
Constructor and Description |
---|
BasicItemsetsFinder(Config config)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait
generate