PRBonn/lidar-bonnetal

Calculation Accuracy

maxim0815 opened this issue · 1 comments

Hey,
thank you for your good work and for making this publicly available. I'm a bit confused about the calculation for the accuracy:

total = tp[self.include].sum() + fp[self.include].sum() + 1e-15

Shouldn't the fn[self.include] be included in the calculation above, or do I understand something wrong?

It's done. My mistake. Sorry for the disruption.