Description Usage Arguments Value Author(s) Examples
A vertex is a neighbor of another one in the multiplex network if they have a similarity exceeding a given threshold delta
1 | neighbors_similarity.multiplex(multiplex,node_name,delta,similarity_function)
|
multiplex |
: The multiplex object. |
node_name |
: Character scalar, the vertex name of which the neighbors vertices are queried. |
delta |
: Real scalar, the minimum pourcentage of similarity between . Should be in [0,1]. |
similarity_function |
: Character scalar, the name of the similarity function. |
A vertex sequence containing the neighbors of the input vertex
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
neighbors_similarity.multiplex(M,node_name ="2", delta=0.5,similarity_function=similarity.jaccard)
neighbors_similarity.multiplex(M,node_name ="2", delta=0.5,similarity_function=similarity.dice)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.