bernorieder / YouTube-Data-Tools

YTDT is a collection of simple tools for extracting data from the YouTube platform via the YouTube API v3.
GNU General Public License v3.0
121 stars 48 forks source link

Weight of links in co-commenting networks #11

Closed bkotras13 closed 10 months ago

bkotras13 commented 11 months ago

Hello,

I would like to know the number of shared commentators between 2 videos in the Co-Commenting Network Module.

In Gephi's data laboratory, the link table shows a weight attribute as an integer, is it the litteral transcription of this number? For example, let's say this link has a "weight" of 39.0, does it mean that there are 39 people who commented on both videos?

Thank you so much for your help.

Baptiste

bernorieder commented 10 months ago

yes!

bkotras13 commented 10 months ago

Thank you very much!