# namespace Microsoft.VisualBasic.DeepLearning.GNN export class Edge { Source: integer; Target: integer; Weight: double; }