public class StoppingCondition
extends java.lang.Object
Constructor | Description |
---|---|
StoppingCondition(int maxLegnth,
int minSupport) |
Modifier and Type | Method | Description |
---|---|---|
int |
getMaxLength() |
|
int |
getMinSupport() |
|
void |
setMaxLength(int maxLength) |
|
void |
setMinSupport(int minSupport) |