03:00
witness___ has quit [Quit: Connection closed for inactivity]
04:59
witness___ has joined #mlpack
11:48
minh94_ has quit [Remote host closed the connection]
16:40
witness___ has quit [Quit: Connection closed for inactivity]
17:50
<
jenkins-mlpack >
Marcus Edel: Fix syntax for the kmeans method; decrease number of trails.
20:28
<
jenkins-mlpack >
Starting build #2135 for job mlpack - svn checkin test (previous build: SUCCESS)
21:59
<
jenkins-mlpack >
Ryan Curtin: Add Pelleg-Moore k-means. This implementation is faster and prunes more tightly
21:59
<
jenkins-mlpack >
than my previous attempts (which I didn't check in). (That, of course, simply
21:59
<
jenkins-mlpack >
means that my previous implementations were wrong, but this one isn't.)
21:59
<
jenkins-mlpack >
Starting build #2136 for job mlpack - svn checkin test (previous build: SUCCESS)
23:35
<
jenkins-mlpack >
* Ryan Curtin: Don't ignore distance calculations during cluster-moving calculations.
23:35
<
jenkins-mlpack >
* Ryan Curtin: I suppose we should exercise at least some caution in the destructor.
23:35
<
jenkins-mlpack >
* Ryan Curtin: Better comments for the PellegMooreKMeans class.
23:35
<
jenkins-mlpack >
* Ryan Curtin: Comment the Rules class a little better.
23:35
<
jenkins-mlpack >
* Ryan Curtin: Clean up an unnecessary sort, and remove spareBlacklist.
23:35
<
jenkins-mlpack >
* Ryan Curtin: Refactor: only track distanceCalculations, not scores and baseCases. Also
23:35
<
jenkins-mlpack >
remove traversalInfo because it's not used, and count distance calculations
23:35
<
jenkins-mlpack >
during cluster domination calculation.
23:35
<
jenkins-mlpack >
* Ryan Curtin: Add test for Pelleg-Moore k-means clustering.