public class FrequentItemSet<T> extends java.lang.Object
Constructor and Description |
---|
FrequentItemSet(java.util.Set<T> items,
double support)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<T> |
getItems()
Returns the items.
|
double |
getSupport()
Returns the support [0..1].
|
java.lang.String |
toString() |
public FrequentItemSet(java.util.Set<T> items, double support)
public double getSupport()
public java.lang.String toString()
toString
in class java.lang.Object