6 Commits

Author SHA1 Message Date
Ric
58d135a874 Reformat C/C++ code ahead of 2023.03 release (#6295)
* format files

* format template files too
2023-04-28 04:42:35 +02:00
Martin Larralde
20a0759590 Fix computation of distance betwen MHFP fingerprints (#5920)
* Update `testMHFP.py` to check distance to self is zero

* Fix `MHFPEncoder::Distance` to compute a distance instead of a similarity

* Fix distance used for testing `MHFPEncoder::Distance` in `testMHFP.py`

* Fix expected distance values in `testMHFPFingerprint.cpp`

* Fix undeclared variable in `testMHFP.py`

* Fix C++ documentation of `MHFPEncoder::Distance` to mention Hamming instead of Jaccard distance
2023-01-24 05:38:51 +01:00
Eisuke Kawashima
11532089de Run clang-format against cpp (#4358) 2021-10-20 04:25:27 +02:00
Daniel Probst
1d657477a8 Fixed final requests from PR 2020-03-19 23:40:10 +01:00
Daniel Probst
02482b8379 Implemented changes per PR comments 2020-03-03 13:39:16 +01:00
Daniel Probst
57ff7849d2 Added MHFP fingerprint implementation 2019-09-12 15:09:51 +02:00