Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
0.9
-
None
Description
--------
if (excludeItemIfNotSimilarToAll || !Double.isNaN(estimate))
line 347 seems logic confusing,
if excludeItemIfNotSimilarToAll == true, -> always add data into average, doesn't matter what the data is , Nan ???