MoleculeTanimotoSimilarity Method (Byte, Byte) |
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic static double TanimotoSimilarity(
byte[] bits1,
byte[] bits2
)
Parameters
- bits1
- Type: SystemByte
Fingerprints - bits2
- Type: SystemByte
Fingerprints
Return Value
Type:
DoubleThe Tanimoto coefficient
See Also