Description Usage Arguments Value
Add information about edge types and highest scoring edges
1 |
G |
The input |
Returns G with 3 added edge properties (cluster_to_landmark, highest_scoring, inter_cluster),
and an added vertex property (highest_scoring_edge), with the following meaning:
cluster_to_landmark: if this is 1, this edge is between a cluster and a landmark node
highest_scoring: if this is 1, this is the highest scoring edge among all the "cluster_to_landmark"
edges of a single cluster
inter_cluster: if this is 1, this is edge is between two clusters
highest_scoring_edge: a number representing the index of the "highest_scoring" edge for this vertex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.