moa.evaluation.FadingFactorClassificationPerformanceEvaluator.FadingFactorEstimator.add(double) doesn't support NaN values
dinaldoap opened this issue · 0 comments
dinaldoap commented
That method is not able to receive Double.NaN values, but since commit f83f9afa722b898161a353f083d3e18c43243375, this situation can happens.
Check line 135 of BasicClassificationPerformanceEvaluator, changed by the referred commit, to see one example of that kind of call: precision[i].add(Double.NaN).