compute_similarities {Rwclust} | R Documentation |
Apply similarity function over edges of graph
Description
Apply similarity function over edges of graph
Usage
compute_similarities(edgelist, mat, similarity, ...)
Arguments
edgelist |
3-column dataframe |
mat |
a matrix |
similarity |
the similarity function to apply |
... |
other parameters to pass to the similarity function |
Value
a vector containing updated weights
[Package Rwclust version 0.1.0 Index]