Commit ebdabf1
committed
[SYSTEMDS-3898] Fix robustness quantile/iqr with averaging
This patch fixes the quantile value-pick kernel for the case with
averaging which ran into out-of-bounds exceptions for instances of
outlierByIQR because the kernel was not robust against quantiles at
extreme boundaries values.1 parent 3ae6a77 commit ebdabf1
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/apache/sysds/runtime/matrix/data
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4804 | 4804 | | |
4805 | 4805 | | |
4806 | 4806 | | |
4807 | | - | |
| 4807 | + | |
4808 | 4808 | | |
4809 | 4809 | | |
4810 | 4810 | | |
| |||
0 commit comments