networking - Correlation in a directed graph - R -


i have directed graph in following format each pair (row) indicates edge source target

source  target 364 448 364 449 364 371 364 372 534 743 534 371 

i need calculate correlation (kind of dependency) each pair. made adjunct matrix mentioned format , try calculate correlation , covariance based on 1. result got not correct.

r or other free tool can used fine.

any solution?

thanks


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -