Re: [Open Babel] Tanimoto similarity calculation with Java library

2016-03-03 Thread Noel O'Boyle
My bad. Actually, now that I actually look in the jar file, it seems that it is called vectorUnsignedInt and is present in package org.openbabel. On 3 March 2016 at 11:15, Noel O'Boyle wrote: > Looks like it's called VectorUnsignedInt in Java. This will be a > member of a class called something l

Re: [Open Babel] Tanimoto similarity calculation with Java library

2016-03-03 Thread Noel O'Boyle
Looks like it's called VectorUnsignedInt in Java. This will be a member of a class called something like openbabel, OpenBabel, Openbabel. - Noel On 2 March 2016 at 20:56, Geoffrey Hutchison wrote: > OBFingerprint fprinter = OBFingerprint.FindFingerprint("FP2"); > OBVectorData f

Re: [Open Babel] Tanimoto similarity calculation with Java library

2016-03-02 Thread Geoffrey Hutchison
>OBFingerprint fprinter = OBFingerprint.FindFingerprint("FP2"); >OBVectorData fp = vectorUnsignedInt(); // ??? this is the part > I could not integrate from python > OBVectorData fp2 = vectorUnsignedInt(); // ??? it gives an > error saying vectorU