aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorYanbo Liang <ybliang8@gmail.com>2016-08-21 02:23:31 -0700
committerYanbo Liang <ybliang8@gmail.com>2016-08-21 02:23:31 -0700
commit7f08a60b6e9acb89482fa0e268b192250d9ba6e4 (patch)
tree579e71a72ca82800b11ce95b22e8d02f70786b57 /core
parent61ef74f2272faa7ce8f2badc7e00039908e3551f (diff)
downloadspark-7f08a60b6e9acb89482fa0e268b192250d9ba6e4.tar.gz
spark-7f08a60b6e9acb89482fa0e268b192250d9ba6e4.tar.bz2
spark-7f08a60b6e9acb89482fa0e268b192250d9ba6e4.zip
[SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixture.
## What changes were proposed in this pull request? #14551 fixed off-by-one bug in ```randomizeInPlace``` and some test failure caused by this fix. But for SparkR ```spark.gaussianMixture``` test case, the fix is inappropriate. It only changed the output result of native R which should be compared by SparkR, however, it did not change the R code in annotation which is used for reproducing the result in native R. It will confuse users who can not reproduce the same result in native R. This PR sends a more robust test case which can produce same result between SparkR and native R. ## How was this patch tested? Unit test update. Author: Yanbo Liang <ybliang8@gmail.com> Closes #14730 from yanboliang/spark-16961-followup.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions