Re: KMeans - Evaluation Results
Richhiey Thomas <[email protected]>
| Newsgroups | gmane.comp.search.xapian.devel |
|---|---|
| Message-ID | <CAPHaz=D6WdM223mgETJ63xtvYvWFGXvJR07aibSde2oOBv6i9g@mail.gmail.com> |
I've gone through the link that you sent 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