This module should be responsible for generating features for each claim by its graph.
The features can be average centrality - should calculate centrality for each node (author) and save in the claim_features table just the average of all centrality measures of all the authors in the graph.
The same we should do for betweeness, closeness_centrality, clustering, degree_centrality.
Please use GraphFeatureGenerator which include the basic features for this purpose.
This module should be responsible for generating features for each claim by its graph. The features can be average centrality - should calculate centrality for each node (author) and save in the claim_features table just the average of all centrality measures of all the authors in the graph.
The same we should do for betweeness, closeness_centrality, clustering, degree_centrality. Please use GraphFeatureGenerator which include the basic features for this purpose.
Original: https://github.com/aviade5/measurement-of-online-discussion-authenticity/issues/7