protected static class FPGrowth.ShadowCounts
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ShadowCounts() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount(int recursionLevel)
Get the count at the specified recursion depth.
|
void |
increaseCount(int recursionLevel,
int incr)
Increase the count at a given recursion level.
|
void |
removeCount(int recursionLevel)
Remove the count at the given recursion level.
|
public int getCount(int recursionLevel)
recursionLevel - the depth of the recursion.public void increaseCount(int recursionLevel,
int incr)
recursionLevel - the level at which to increase the count.incr - the amount by which to increase the count.public void removeCount(int recursionLevel)
recursionLevel - the level at which to remove the count.