search for: clustererimpl

Displaying 2 results from an estimated 2 matches for "clustererimpl".

2016 Aug 17
2
KMeans - Evaluation Results
...t me and I currently understand how this helps and works to some extent, but I am not too sure of how I should start with converting the current interface to PIMPL design. I'm not used to this design pattern so its taking some time to sink in :) Say I start with the Clusterer class, I create a ClustererImpl class which is the internal class that Clusterer points to. But since Clusterer is abstract, and KMeans inherits from Clusterer, how do I maintain the inheritance and do the same for KMeans? Thanks. Regards, Richhiey -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2016 Aug 17
2
KMeans - Evaluation Results
On Wed, Aug 17, 2016 at 7:23 PM, James Aylett <james-xapian at tartarus.org> wrote: > >> How long does 200?300 documents take to cluster? How does it grow as > more documents are included in the MSet? We'd expect an MSet of 1000 > documents to take longer to cluster than one with 100, but the important > thing is _how_ the time increases as the number of documents