User e34a92cce5
18-03-2005 17:19:57
Hi,
I am using JChemSearch class to do my similarity searches. I would like to see the top 100 results. Now that the searcher has deprecated setSimilarityThreshold, I have to use setDissimilarityThreshold. Now the issue is this. When I get a result set of about 100 hits for dissimilarity threshold of 0.3, the searcher orders them starting at 0.3 and below. When translated into a similarity search (similarity threshold of 0.7), this would mean that the searcher gives me 100 compounds 0.7 and above. On the contrary, I'ld like to see the results order them 1.0 and below but not less than 0.7
So if there were abt 500 compounds that had a similarity threshold of 0.7, with 100 between 1.0 and 0.9, 200 between 0.9 and 0.8 and 300 between 0.8 and 0.7, then I get the last 100, that's closer to 0.7. However, i am expecting to see those 100 between 1.0 and 0.9.
Is there a way that I can reverse this order, so that I get the most similar compounds in my result set instead of the least similar, when I restrict my max hits value to being less than unlimited
I am using JChemSearch class to do my similarity searches. I would like to see the top 100 results. Now that the searcher has deprecated setSimilarityThreshold, I have to use setDissimilarityThreshold. Now the issue is this. When I get a result set of about 100 hits for dissimilarity threshold of 0.3, the searcher orders them starting at 0.3 and below. When translated into a similarity search (similarity threshold of 0.7), this would mean that the searcher gives me 100 compounds 0.7 and above. On the contrary, I'ld like to see the results order them 1.0 and below but not less than 0.7
So if there were abt 500 compounds that had a similarity threshold of 0.7, with 100 between 1.0 and 0.9, 200 between 0.9 and 0.8 and 300 between 0.8 and 0.7, then I get the last 100, that's closer to 0.7. However, i am expecting to see those 100 between 1.0 and 0.9.
Is there a way that I can reverse this order, so that I get the most similar compounds in my result set instead of the least similar, when I restrict my max hits value to being less than unlimited