neighbors_similarity.multiplex: Neighboring vertices in the multiplex network, a...

Description Usage Arguments Value Author(s) Examples

Description

A vertex is a neighbor of another one in the multiplex network if they have a similarity exceeding a given threshold delta

Usage

1
neighbors_similarity.multiplex(multiplex,node_name,delta,similarity_function)

Arguments

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.

Value

A vertex sequence containing the neighbors of the input vertex

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr>

Examples

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)

Issamfalih/MUNA documentation built on May 8, 2019, 11:52 a.m.