EU Parliament Monitor - API Documentation - v0.7.19
    Preparing search index...

    Interface InfluenceWeight

    Influence weight entry for a mindmap node. Provides justification for a node's computed influence score.

    interface InfluenceWeight {
        nodeId: string;
        weight: number;
        factors: readonly string[];
    }
    Index

    Properties

    Properties

    nodeId: string

    Node being scored.

    weight: number

    Normalized weight 0–1.

    factors: readonly string[]

    Human-readable factors explaining the score.