graph LR
GraphData["GraphData"]
NodeFeatView["NodeFeatView"]
EdgeFeatView["EdgeFeatView"]
NodeAttrView["NodeAttrView"]
GraphData -- "has" --> NodeFeatView
GraphData -- "has" --> EdgeFeatView
GraphData -- "has" --> NodeAttrView
Updated analysis of graph4nlp/pytorch/data components with source code references.
Represents a graph data structure, encapsulating nodes, edges, and their features. It serves as the fundamental data container within the graph4nlp framework.
Related Classes/Methods:
Provides a view for accessing and manipulating node features within a GraphData object.
Related Classes/Methods:
Provides a view for accessing and manipulating edge features within a GraphData object.
Related Classes/Methods:
Provides a view for accessing and manipulating node attributes within a GraphData object.
Related Classes/Methods: