extract_sim | R Documentation |
During aggregation of meta-path based similarity, extract similarity scores from pairwise aggregations.
extract_sim(x)
x |
A |
verbose |
Should aggregation method be printed to the console? |
A data.table with multiple columns elements:
The ID of the origin node.
The ID of the destination node.
The name of the similarity metric used (e.g., "PathSim"
).
The name of the aggregation method used.
The pairwise meta-path based similarity score.
get_similarity()
for pairwise meta-path based similarity calculation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.