You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To clarify, let's say a bug contains three signatures: A, B and C.
There are two simple things we can to to verify the results of the tool make sense:
Verify if the tool considers signatures taken in pairs to be similar (e.g. A and B, B and C, C and A).
Given in input a stack trace from A (then from B, then from C), the tool suggests X top similar stack traces. We can verify if these stack traces are either in A, B or C.
The script should:
Ideally, we have to somehow assign a score to the results of the tool, so we can compare different implementations (e.g. different word embeddings).
The text was updated successfully, but these errors were encountered: