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/
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
< jenkins-mlpack> Yippee, build fixed!
< jenkins-mlpack> Project mlpack - nightly matrix build build #610: FIXED in 10 hr: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/610/
< jenkins-mlpack> * Ryan Curtin: Don't ignore distance calculations during cluster-moving calculations.
< jenkins-mlpack> * Ryan Curtin: I suppose we should exercise at least some caution in the destructor.
< jenkins-mlpack> * Ryan Curtin: Better comments for the PellegMooreKMeans class.
< jenkins-mlpack> * Ryan Curtin: Comment the Rules class a little better.
< jenkins-mlpack> * Ryan Curtin: Clean up an unnecessary sort, and remove spareBlacklist.
< jenkins-mlpack> * Ryan Curtin: Refactor: only track distanceCalculations, not scores and baseCases. Also
< jenkins-mlpack> remove traversalInfo because it's not used, and count distance calculations
< jenkins-mlpack> during cluster domination calculation.
< jenkins-mlpack> * Ryan Curtin: Add test for Pelleg-Moore k-means clustering.
< jenkins-mlpack> * Ryan Curtin: Add Pelleg-Moore k-means. This implementation is faster and prunes more tightly
< jenkins-mlpack> than my previous attempts (which I didn't check in). (That, of course, simply
< jenkins-mlpack> means that my previous implementations were wrong, but this one isn't.)
< jenkins-mlpack> Starting build #2137 for job mlpack - svn checkin test (previous build: SUCCESS)
govg has quit [Ping timeout: 272 seconds]
govg has joined #mlpack
govg has quit [Quit: leaving]
< jenkins-mlpack> Project mlpack - svn checkin test build #2137: SUCCESS in 1 hr 34 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2137/
< jenkins-mlpack> Ryan Curtin: Force C++11 support for future versions of mlpack. I wouldn't be surprised if
< jenkins-mlpack> this breaks the build in some places.
< jenkins-mlpack> Starting build #2138 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2138: FAILURE in 12 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2138/
< jenkins-mlpack> * Ryan Curtin: Now we have C++11, but there's no constructor copypasta problem anymore.
< jenkins-mlpack> * Ryan Curtin: Test std::ostream << mlpackObject.
< jenkins-mlpack> * Ryan Curtin: Allow std::cout << mlpackObject, as per #319.
govg has joined #mlpack
govg has quit [Quit: leaving]
govg has joined #mlpack
< jenkins-mlpack> Starting build #2139 for job mlpack - svn checkin test (previous build: FAILURE -- last SUCCESS #2137 5 hr 44 min ago)
< jenkins-mlpack> Project mlpack - svn checkin test build #2139: STILL FAILING in 5 min 0 sec: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2139/
< jenkins-mlpack> * Ryan Curtin: A test for the DTNN k-means algorithm.
< jenkins-mlpack> * Ryan Curtin: A prototype algorithm for k-means clustering, which probably works best when k
< jenkins-mlpack> is very large and so is N.
< jenkins-mlpack> * Ryan Curtin: Oops, include ostream_extra.hpp.
< jenkins-mlpack> Starting build #2140 for job mlpack - svn checkin test (previous build: STILL FAILING -- last SUCCESS #2137 5 hr 56 min ago)
govg has quit [Ping timeout: 240 seconds]
< jenkins-mlpack> Yippee, build fixed!
< jenkins-mlpack> Project mlpack - svn checkin test build #2140: FIXED in 1 hr 30 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2140/
< jenkins-mlpack> * Ryan Curtin: Yet another instance of me failing to commit all my changes. Add a BaseCases()
< jenkins-mlpack> and Scores() function to NeighborSearch, so that a user (or DTNNKMeans) can
< jenkins-mlpack> obtain how much work was done after the search.
< jenkins-mlpack> * Ryan Curtin: Safer includes, for the situation where the user does something not smart.