View source: R/dependency_type_lifecycle.R
dependency_type_lifecycle | R Documentation |
Computes the dependencies based on the approach taking into account activity durations based on life-cycle transitions.
dependency_type_lifecycle(
threshold_dependency = 0.9,
threshold_l1 = threshold_dependency,
threshold_frequency = 0,
all_connected = FALSE,
endpoints_connected = FALSE
)
threshold_dependency |
A dependency threshold, usually in the interval |
threshold_l1 |
A dependency threshold, usually in the interval |
threshold_frequency |
An absolute frequency threshold filtering dependencies which are observed infrequently. |
all_connected |
If |
endpoints_connected |
If |
A dependency type.
A. Burattin and A. Sperduti, “Heuristics Miner for Time Intervals,” in ESANN 2010, 18th European Symposium on Artificial Neural Networks, Bruges, Belgium, April 28-30, 2010, Proceedings, 2010.
dependency_matrix(L_heur_1,
dependency_type = dependency_type_fhm(all_connected = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.