ciselab / rpc-json-testing

0 stars 1 forks source link

Handle random responses #41

Closed lisv closed 2 years ago

lisv commented 3 years ago

There are some API methods that result in a response containg values that are different each time the request is sent (a good example is the 'Random' API method from the rippled server). To not let this influence the clustering, it is good to know which values are 'random' so they can be left out of the feature vector which is used to cluster responses.