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/
witness___ has quit [Quit: Connection closed for inactivity]
witness___ has joined #mlpack
minh94_ has quit [Remote host closed the connection]
witness___ has quit [Quit: Connection closed for inactivity]
< jenkins-mlpack> Project mlpack - nightly matrix build build #609: FAILURE in 13 hr: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20nightly%20matrix%20build/609/
< jenkins-mlpack> Marcus Edel: Fix syntax for the kmeans method; decrease number of trails.
< jenkins-mlpack> Starting build #2135 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2135: SUCCESS in 1 hr 30 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2135/
< 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 #2136 for job mlpack - svn checkin test (previous build: SUCCESS)
< jenkins-mlpack> Project mlpack - svn checkin test build #2136: SUCCESS in 1 hr 36 min: http://big.cc.gt.atl.ga.us:8080/job/mlpack%20-%20svn%20checkin%20test/2136/
< 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.