transform_gitlog_to_entity_temporal_network | R Documentation |
Create a collaboration network as described by Joblin et al. where an edge from developer A to developer B is created if A modifies a file, and B modifies it chronologically immediately after. This implementation matches the one defined by Joblin et al.
transform_gitlog_to_entity_temporal_network(
project_git_entity,
mode = c("author", "committer"),
lag = "one_lag",
weight_scheme_function = weight_scheme_sum_edges
)
project_git_entity |
A parsed git project by |
mode |
author, committer |
lag |
either the string "one_lag" or "all_lag". See |
weight_scheme_function |
the weight scheme function. See |
M. Joblin, W. Mauerer, S. Apel, J. Siegmund and D. Riehle, "From Developer Networks to Verified Communities: A Fine-Grained Approach," 2015 IEEE/ACM 37th IEEE International Conference on Software Engineering, Florence, 2015, pp. 563-573, doi: 10.1109/ICSE.2015.73.
Other edgelists:
transform_commit_message_id_to_network()
,
transform_cve_cwe_file_to_network()
,
transform_dependencies_to_network()
,
transform_dependencies_to_sdsmj()
,
transform_gitlog_to_bipartite_network()
,
transform_gitlog_to_entity_bipartite_network()
,
transform_gitlog_to_hdsmj()
,
transform_gitlog_to_temporal_network()
,
transform_reply_to_bipartite_network()
,
transform_temporal_gitlog_to_adsmj()
,
transform_understand_dependencies_to_network()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.