Type Alias NetworkAnalysisParams
NetworkAnalysisParams: {
analysisType: "committee" | "voting" | "combined";
depth: number;
minSimilarity: number;
mepId?: number;
}
Type Declaration
-
analysisType: "committee" | "voting" | "combined"
-
depth: number
-
minSimilarity: number
-
OptionalmepId?: number
Inferred parameter type for the NetworkAnalysisSchema.