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