View source: R/dependency_type_fhm.R
| dependency_type_fhm | R Documentation | 
Computes the dependencies based on the approach known as Flexible Heuristics Miner.
dependency_type_fhm(
  threshold_dependency = 0.9,
  threshold_l1 = threshold_dependency,
  threshold_l2 = 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_l2 | 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. J. M. M. Weijters and J. T. S. Ribeiro, "Flexible Heuristics Miner (FHM)," 2011 IEEE Symposium on Computational Intelligence and Data Mining (CIDM), Paris, 2011, pp. 310-317. doi: 10.1109/CIDM.2011.5949453
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.