melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Create Concurrency Network #40

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago
melisMirza commented 3 years ago

the network is created, undirected and weighted according to the number of co-occurances. when tried on the app though it took over 10 minutes to load the page. as a workaround 2 tables are created concurrency_adjacency and concurrency_indiices. a network from weekly data is created as a job. adjacency matrix stored on concurrency_adjacency and degree, betweenness, closeness, clustering values are stored on concurrency_indiices. Results are shown on table on the frontedn.