Graph {Microsoft.VisualBasic.DeepLearning.GNN} .NET clr documentation

Graph

Description

Declare

            
# namespace Microsoft.VisualBasic.DeepLearning.GNN
export class Graph {
   EdgeFeatures: Tensor;
   Edges: iterates(Edge);
   NodeFeatures: Tensor;
   NumEdges: integer;
   NumNodes: integer;
}

        

.NET clr type reference tree

  1. use by property member EdgeFeatures: Tensor
  2. use by property member Edges: iterates(Edge)
  3. use by property member NodeFeatures: Tensor

[Package {$package} version {$version} Index]