Modifier and Type | Method and Description |
---|---|
java.util.Set<PatternType> |
PatternAbstractionsInput.getPatternTypeSet() |
Modifier and Type | Method and Description |
---|---|
void |
PatternAbstractionsInput.setPatternTypeSelection(java.util.Set<PatternType> patternTypeSet) |
Modifier and Type | Method and Description |
---|---|
static PatternType |
PatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternType[] |
PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MinePatterns.findPatterns(java.util.Set<PatternType> patternTypeSet,
PatternLengthPreference patternLengthPreference) |
Modifier and Type | Method and Description |
---|---|
void |
PatternInfoTable.prepareData(EncodedLog encodedLog,
java.util.Set<java.util.TreeSet<java.lang.String>> deletedPatternAlphabetSet,
MetricPatternAlphabetCount metricPatternAlphabetCount,
ConservednessMetric conservernessMetric,
java.util.Set<PatternType> patternTypeSet,
boolean isBasePatterns,
boolean ignoreDuplicateTraces,
java.util.Map<PatternFilter,java.lang.Integer> patternFilterThresholdMap) |