ciselab / rpc-json-testing

0 stars 1 forks source link

Remove request keys and values from response structures and feature vectors #51

Closed lisv closed 3 years ago

lisv commented 3 years ago

Sometimes server responses include the entire (or parts of a) request that was sent. This leads to the responses being evaluated as completely new responses, while actually only the request values were different. This problem obstructs the clustering process, which is why the request keys/values should not be included in the response structures (that result in clusterObjects) and the feature vectors of responses (which are clustered).

lisv commented 3 years ago

Responses are checked for the keys from the request. If they exist in the response, they are not included in the structure/feature vector.