Current section

Files

Jump to
yog include yog@community@internal_CommunityState.hrl
Raw

include/yog@community@internal_CommunityState.hrl

-record(community_state, {
assignments :: gleam@dict:dict(integer(), integer()),
node_weights :: gleam@dict:dict(integer(), float()),
community_totals :: gleam@dict:dict(integer(), float()),
community_internals :: gleam@dict:dict(integer(), float()),
total_weight :: float()
}).