Const
Schema for network_analysis tool input.
The analysisType and depth parameters are fully implemented:
analysisType
depth
analysisType: 'committee'
analysisType: 'voting'
analysisType: 'combined'
mepId
Schema for network_analysis tool input.
The
analysisTypeanddepthparameters are fully implemented:analysisType: 'committee'builds weighted shared-committee edges.analysisType: 'voting'builds DOCEO RCV similarity edges (Jaccard-like).analysisType: 'combined'merges both with the mean of normalised weights.depthbounds the BFS ego-network whenmepIdis provided.