public class Config
extends java.lang.Object
| Constructor and Description |
|---|
Config(int minSupport,
int maxPattern,
int minTime,
int blockSize,
double commonObjectPercentage)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSize()
|
double |
getCommonObjectPercentage()
|
int |
getMaxPattern()
|
int |
getMinSupport()
|
int |
getMinTime()
|
public Config(int minSupport,
int maxPattern,
int minTime,
int blockSize,
double commonObjectPercentage)
public int getMinSupport()
public int getMaxPattern()
public int getMinTime()
public int getBlockSize()
public double getCommonObjectPercentage()