
Alternative edge weight functions for network-based item selection
Source:R/utils.R
edge_weight_inverse.RdThese functions provide different approaches to calculating edge weights from the adjacency matrix.
Usage
edge_weight_inverse(adj_mat, alpha = 1)
edge_weight_negative_log(adj_mat, alpha = 1)
edge_weight_linear(adj_mat, max_co_responses = NULL)
edge_weight_power(adj_mat, beta = 0.5, alpha = 1)
edge_weight_exponential(adj_mat, lambda = 0.1, alpha = 1)