Skip to content

Commit

Permalink
use non-numeric columns for KMeans
Browse files Browse the repository at this point in the history
  • Loading branch information
spennihana committed Mar 9, 2014
1 parent 4691c84 commit 4e9a9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-perf/bench/tests/kmeans_one-billion-rows/model.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source("../../R/h2oPerf/prologue.R")
runKMeans.VA(centers = 6, iter.max = 100, normalize = FALSE)
runKMeans.VA(centers = 6, cols = c('C1','C2','C3','C4','C5','C6','C8','C11'), iter.max = 100, normalize = FALSE)
source("../../R/h2oPerf/epilogue.R")

0 comments on commit 4e9a9ed

Please sign in to comment.