Closed AlexVanMechelen closed 7 months ago
This PR modifies the implementation of the instruction string feature extraction function not to rely on subgraph extraction, hence reducing the time complexity of this feature from O(n^2) to O(n).
This PR modifies the implementation of the instruction string feature extraction function not to rely on subgraph extraction, hence reducing the time complexity of this feature from O(n^2) to O(n).