public class DataTypeCorrelationMetric extends CorrelationBinaryLogMetric
compensateFrequency, divisorsnormalized, relations, sizedescription, invert, name, normalizationMaximum| Constructor and Description |
|---|
DataTypeCorrelationMetric() |
DataTypeCorrelationMetric(int eventCount) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isStandardKey(java.lang.String key) |
protected double |
measure(org.deckfour.xes.model.XEvent reference,
org.deckfour.xes.model.XEvent follower) |
getMeasure, measure, rectifyFrequency, setSizeclone, getNormalizedMatrix, isValid, setMeasure, setNormalizationMaximum, sizegetDescription, getInvert, getName, getNormalizationMaximum, setDescription, setInvert, setName, toStringpublic DataTypeCorrelationMetric(int eventCount)
eventCount - public DataTypeCorrelationMetric()
protected boolean isStandardKey(java.lang.String key)
protected double measure(org.deckfour.xes.model.XEvent reference,
org.deckfour.xes.model.XEvent follower)
measure in class BinaryLogMetric