mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
remove support for the useAbs function;
add bounds support on the dice metric
This commit is contained in:
@@ -103,7 +103,8 @@ struct sparseIntVec_wrapper {
|
||||
;
|
||||
|
||||
python::def("DiceSimilarity",&DiceSimilarity<IndexType>,
|
||||
(python::args("v1"),python::args("v2"),python::args("useAbs")=false),
|
||||
(python::args("v1"),python::args("v2"),
|
||||
python::args("bounds")=0.0),
|
||||
"return the Dice similarity between two vectors");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user