Closed FFinotello closed 10 months ago
Hi @grst!
I think it is not clear from the API documentation of the HammingDistanceCalculator whether the default of the cutoff parameter is None or 2:
cutoff
None
2
Good catch! Actually both is true -- cutoff=None is the default value, but if cutoff is None, a default of 2 is selected. Clearly the documentation needs to be improved.
cutoff=None
cutoff is None
Hi @grst!
I think it is not clear from the API documentation of the HammingDistanceCalculator whether the default of the
cutoff
parameter isNone
or2
: