module documentation

Undocumented

Class SocialGraph This class represents a social graph :nbPeople: the number of people in the social graph :nbMessage: the number of messages :tagMinValue: the minimum value of a tag :importanceDict: the importance dict :agreementDict: the agreement dict :taggedDict: the tagged dict :guildData: the guild data :nbMessage_at_time: the number of messages at time :importanceMaxValue: the maximum importance value :importanceInitValue: the initial importance value :interactions: the interactions...
Class SocialGraphWorker Class SocialGraphWorker Generates the socialgraphs for each guild API to socialgraph :social_graphs: the social graphs
Async Function initiate_graph_worker Initiates the social graph worker :param worker: the worker :param data: the data :param guildsId: the guilds id :param guildsDict: the guilds dict :return: None
Variable model_path Undocumented
Variable sentiment_task Undocumented
@printExceptions
async def initiate_graph_worker(worker, data, guildsId, guildsDict):

Initiates the social graph worker :param worker: the worker :param data: the data :param guildsId: the guilds id :param guildsDict: the guilds dict :return: None

Parameters
workerUndocumented
dataUndocumented
guildsId:set[int]Undocumented
guildsDictUndocumented
model_path: str =

Undocumented

sentiment_task =

Undocumented