Click or drag to resize

MoleculeTanimotoSimilarity Method (Byte, Byte)

Compute the Tanimoto Coefficient of two fingerprints.

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static double TanimotoSimilarity(
	byte[] bits1,
	byte[] bits2
)

Parameters

bits1
Type: SystemByte
Fingerprints
bits2
Type: SystemByte
Fingerprints

Return Value

Type: Double
The Tanimoto coefficient
See Also