Item - item type
 public static class FPGrowth.FreqItemset<Item>
extends Object
implements scala.Serializable
FreqItemset.javaItems instead.
 param:  freq frequency| Constructor and Description | 
|---|
FreqItemset(Object items,
           long freq)  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
freq()  | 
Object | 
items()  | 
java.util.List<Item> | 
javaItems()
Returns items in a Java List. 
 | 
String | 
toString()  | 
public long freq()
public Object items()
public java.util.List<Item> javaItems()
public String toString()
toString in class Object