public class Entropy
extends java.lang.Object
| Constructor and Description |
|---|
Entropy() |
| Modifier and Type | Method and Description |
|---|---|
static double |
computeEntropy(RoleSet roles,
org.deckfour.xes.model.XLog log,
boolean considerUserFrequencies)
This method computes the entropy as described in the formula (3) of the
related paper ("Business Models Enhancement through Discovery of Roles",
CIDM 2013).
|
public static double computeEntropy(RoleSet roles, org.deckfour.xes.model.XLog log, boolean considerUserFrequencies)
roles - the set of roles identifiedlog - the logconsiderUserFrequencies - whether to consider also the single
frequencies of each user