ml-distance
    Preparing search index...

    Function tanimoto

    • Returns the Tanimoto distance between vectors p and q, and accepts the bitVector use, see the test case for an example

      Parameters

      • a: NumberArray

        first vector

      • b: NumberArray

        second vector

      • Optionalbitvector: boolean

        bitVector

      Returns number