Closed SimFG closed 2 years ago
@lemire Help me review this pull request :>
It is not clear why this is needed. You can just do...
something := f.Copy()
something.EstimateFalsePositiveRate()
If we don't want to empty the filter, we can do something smarter.
You are right that this function is nasty. I suggest to break it totally and to provide something new instead:
Remove the side effect of the EstimateFalsePositiveRate function. Using the Copy function will has no effect on the current object.