User 952e1d9361
18-12-2009 23:21:46
Hello,
I wonder if someone could help explain something to me. We are using jc_compare like so :
create table t as
select structure
from table
where jc_compare(structure, 'CC1=CC=CC=C1', 't:t simThreshold:0.75') = 1;
which is returning, in our case, 10 results.
Then running :
select structure, jcf_tanimoto(structure, 'CC1=CC=CC=C1') as sim
from t;
is returning figures of less than .75 which we used to generate the data?
How can this be? Am I missing something obvious?
Thanks,
Steve
PS - this is JChem details :
Oracle environment:
Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
JChem Server environment:
Java VM vendor: Sun Microsystems Inc.
Java version: 1.6.0_13
Java VM version: 11.3-b02
JChem version: 5.2.0
JChem Index version: 5020005
JDBC driver version: 11.1.0.7.0-Production