alphaville / ToxOtis

An HTTP client for consuming OpenTox predictive toxicology web services.
http://opentox.ntua.gr/wiki
6 stars 1 forks source link

Similarity Search #7

Closed alphaville closed 14 years ago

alphaville commented 14 years ago

Implement method that returns a Set of VRIs of compounds performing some similarity search. Users have to provide the VRI of the service somehow. Consider of the following methods in Compound:

Set getSimilar(double similarity) throws BlahBlahException; Set getSimilar(double similarity, VRI service) throws BlahBlahException;

alphaville commented 14 years ago

Implemented and tested!

alphaville commented 14 years ago

Done!