New Topics : Search Optimization in NLP
Method Count: The number of methods associated with a class. This helps the GNN understand the size and complexity of a class.
Description Length: The length of the class or method description. A longer description might indicate more complex entities, giving the GNN a hint about the entity’s importance.
Is Class / Is Method: Binary flags that tell whether the node represents a class (1 if true) or a method (1 if true).
Node Degree: This represents how many connections (edges) a node has. A class that is inherited by several other classes or calls multiple methods would have a higher degree.
Edge Features:
Relationship Type:
Inheritance (0): Edges between parent and child classes in the inheritance hierarchy.
Method Call/Definition (1): Edges representing method calls or definitions within or between classes.