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> Project mlpack - nightly matrix build build #607: UNSTABLE in 6 hr 30 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/607/
< jenkins-mlpack> * Ryan Curtin: Refactor for API change... forgot to check this one in.
< jenkins-mlpack> * Ryan Curtin: Refactor for different KMeans API.
< jenkins-mlpack> * Ryan Curtin: Update and clarify build tutorial, since DEBUG and PROFILE are OFF by default in
< jenkins-mlpack> releases.
< jenkins-mlpack> * Ryan Curtin: Refactor test to remove overclustering parameter.
< jenkins-mlpack> * Ryan Curtin: Remove references to overclustering from tutorial.
< jenkins-mlpack> * Ryan Curtin: Remove comment about overclustering.
< jenkins-mlpack> * Ryan Curtin: Implement Elkan's algorithm for k-means (it's pretty fast).
< jenkins-mlpack> * Ryan Curtin: Refactor k-means significantly. Remove overclustering since I think nobody is
< jenkins-mlpack> using it (I don't think it's a very interesting technique) and it may be buggy.
< jenkins-mlpack> Speedups for the situation where only cluster centroids are desired.
govg has quit [Ping timeout: 245 seconds]
govg has joined #mlpack
minh94_ has joined #mlpack
govg has quit [Quit: leaving]
< jenkins-mlpack> Starting build #2131 for job mlpack - svn checkin test (previous build: FIXED)
< jenkins-mlpack> Project mlpack - svn checkin test build #2131: SUCCESS in 1 hr 31 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2131/
< jenkins-mlpack> * Ryan Curtin: Explicit std::sqrt() call.
< jenkins-mlpack> * Ryan Curtin: Add a warning if the user wants 0 clusters, because the thing is probably going
< jenkins-mlpack> to crash (but maybe for some LloydIterationType that might be what's desired?).
< jenkins-mlpack> Starting build #2132 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2132: SUCCESS in 1 hr 30 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2132/
< jenkins-mlpack> * Ryan Curtin: Refactor ElkanTest and add a test for Hamerly's algorithm.
< jenkins-mlpack> * Ryan Curtin: Refactor input arguments so --algorithm is an accepted parameter, which provides
< jenkins-mlpack> more flexibility as I add more LloydItreationTypes.
< jenkins-mlpack> * Ryan Curtin: Add implementation of Hamerly's algorithm.