spark-instrumented-optimizer/mllib
Sean Owen 56096dbaa8 SPARK-3803 [MLLIB] ArrayIndexOutOfBoundsException found in executing computePrincipalComponents
Avoid overflow in computing n*(n+1)/2 as much as possible; throw explicit error when Gramian computation will fail due to negative array size; warn about large result when computing Gramian too

Author: Sean Owen <sowen@cloudera.com>

Closes #2801 from srowen/SPARK-3803 and squashes the following commits:

b4e6d92 [Sean Owen] Avoid overflow in computing n*(n+1)/2 as much as possible; throw explicit error when Gramian computation will fail due to negative array size; warn about large result when computing Gramian too
2014-10-14 14:42:09 -07:00
..
src SPARK-3803 [MLLIB] ArrayIndexOutOfBoundsException found in executing computePrincipalComponents 2014-10-14 14:42:09 -07:00
pom.xml [SPARK-3832][MLlib] Upgrade Breeze dependency to 0.10 2014-10-07 16:47:24 -07:00