public class RolesExtractor
extends java.lang.Object
| Constructor and Description |
|---|
RolesExtractor(DependencySet dependencies,
org.deckfour.xes.model.XLog log)
Basic class constructor
|
| Modifier and Type | Method and Description |
|---|---|
RoleSet |
connectedComponents(double tau_w)
This method extract the roles, as the connected components, after cutting
the edges with weight below the
tau_w threshold. |
RoleSet |
extractRoles(double tau_w,
double tau_rho)
This method perform the complete roles extraction.
|
public RolesExtractor(DependencySet dependencies, org.deckfour.xes.model.XLog log)
dependencies - the set of dependencieslog - the reference logpublic RoleSet connectedComponents(double tau_w)
tau_w threshold.tau_w - the weight thresholdpublic RoleSet extractRoles(double tau_w, double tau_rho)
tau_rho.tau_w - the tau_w thresholdtau_rho - the tau_rho threshold