public class WekaFPGrowthParam extends AbstractAssociationParam
Modifier and Type | Field and Description |
---|---|
static WekaFPGrowthParam |
param |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
generateWekaParamArray() |
double |
getDelta() |
double |
getLowerBound() |
int |
getMaxItems() |
int |
getMinItems() |
double |
getUpperBound() |
static WekaFPGrowthParam |
getWekaFPGrowthParam() |
boolean |
isKeepClosedItemsets() |
void |
setDelta(double delta) |
void |
setKeepClosedItemsets(boolean onlyKeepClosedItemsets) |
void |
setLowerBound(double lowerBound) |
void |
setMaxItems(int maxItems) |
void |
setMinItems(int minItems) |
void |
setUpperBound(double upperBound) |
public static WekaFPGrowthParam param
public static WekaFPGrowthParam getWekaFPGrowthParam()
public int getMaxItems()
public void setMaxItems(int maxItems)
maxItems
- the maxItems to setpublic void setMinItems(int minItems)
public int getMinItems()
public double getUpperBound()
public void setUpperBound(double upperBound)
upperBound
- the upperBound to setpublic double getLowerBound()
public void setLowerBound(double lowerBound)
lowerBound
- the lowerBound to setpublic double getDelta()
public void setDelta(double delta)
delta
- the delta to setpublic java.lang.String[] generateWekaParamArray()
public void setKeepClosedItemsets(boolean onlyKeepClosedItemsets)
public boolean isKeepClosedItemsets()