|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.mllib.fpm.FPGrowth.FreqItemset<Item>
public static class FPGrowth.FreqItemset<Item>
Frequent itemset.
param: items items in this itemset. Java users should call javaItems() instead.
param: freq frequency
| Constructor Summary | |
|---|---|
FPGrowth.FreqItemset(Object items,
long freq)
|
|
| Method Summary | |
|---|---|
long |
freq()
|
Object |
items()
|
java.util.List<Item> |
javaItems()
Returns items in a Java List. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FPGrowth.FreqItemset(Object items,
long freq)
| Method Detail |
|---|
public Object items()
public long freq()
public java.util.List<Item> javaItems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||