Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update tol
  • Loading branch information
zhengruifeng committed Jan 16, 2017
commit 8d8bb242698f3342133cbc473dbf4a9b64281cf7
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class GaussianMixtureSuite extends SparkFunSuite with MLlibTestSparkContext
modelEquals(expected, actual)

val llk = expected.computeLogLikelihood(rDataset)
assert(llk ~== -46.89499 absTol 1E-6)
assert(llk ~== -46.89499 absTol 1E-5)
}

test("upper triangular matrix unpacking") {
Expand Down