public class DataTypeCorrelationMetric extends CorrelationBinaryLogMetric
compensateFrequency, divisors
normalized, relations, size
description, 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, setSize
clone, getNormalizedMatrix, isValid, setMeasure, setNormalizationMaximum, size
getDescription, getInvert, getName, getNormalizationMaximum, setDescription, setInvert, setName, toString
public 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