Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/0xdata/h2o
Browse files Browse the repository at this point in the history
  • Loading branch information
dearirenelang committed May 15, 2014
2 parents 8fa413e + 5a9906d commit 1c937a2
Show file tree
Hide file tree
Showing 97 changed files with 3,411 additions and 2,328 deletions.
3 changes: 1 addition & 2 deletions R/tests/testdir_golden/runit_km2_1_golden.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ fitH2O<- h2o.kmeans(irisH2O, centers=3, cols=c("C1", "C2", "C3", "C4"))
wssR<-sort.int(fitR$withinss)
wssH2O<- sort.int(fitH2O@model$withinss)


Log.info(print("H2O WithinSS : ", wssH2O, "\t\t", "R WithinSS : ", wssR))
Log.info(paste("H2O WithinSS : ", wssH2O, "\t\t", "R WithinSS : ", wssR))

Log.info("Compare Within SS between R and H2O")
expect_equal(wssR, wssH2O, tolerance = 0.10)
Expand Down
Loading

0 comments on commit 1c937a2

Please sign in to comment.