cameron.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
< jenkins-mlpack> Starting build #2141 for job mlpack - svn checkin test (previous build: FIXED)
< jenkins-mlpack> Project mlpack - svn checkin test build #2141: SUCCESS in 1 hr 31 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2141/
< jenkins-mlpack> Ryan Curtin: Fix a bug that meant that centroidsOther was copied only when it shouldn't have
< jenkins-mlpack> been, and was never copied when it should have been (note the iteration++ at the
< jenkins-mlpack> end of the loop).
< jenkins-mlpack> Starting build #2142 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2142: SUCCESS in 1 hr 31 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2142/
< jenkins-mlpack> * Ryan Curtin: Add test for CoverTreeDTNNKMeans.
< jenkins-mlpack> * Ryan Curtin: Properly handle the case where the tree doesn't rearrange points -- like the
< jenkins-mlpack> cover tree. Then create a CoverTreeDTNNKMeans template typedef so that a user
< jenkins-mlpack> can easily use cover tree DTNNKMeans with KMeans<>.