Package jline.api.measures
Class Ms_tanimotoKt
-
- All Implemented Interfaces:
public final class Ms_tanimotoKt
-
-
Method Summary
Modifier and Type Method Description final static Double
ms_tanimoto(Matrix P, Matrix Q)
Tanimoto distance between two probability distributions. -
-
Method Detail
-
ms_tanimoto
final static Double ms_tanimoto(Matrix P, Matrix Q)
Tanimoto distance between two probability distributions. Part of the intersection family.
- Parameters:
P
- first probability distributionQ
- second probability distribution- Returns:
Tanimoto distance
-
-
-
-