Coding period - 1st week progress
Richhiey Thomas <[email protected]>
| Newsgroups | gmane.comp.search.xapian.devel |
|---|---|
| Message-ID | <CAPHaz=D24a8kVS5rJHog8SOHOMhkt=a1T2EL2zW+haiyYej=BQ@mail.gmail.com> |
Hello devs, I've updated my project timeline till the mid-term evaluation up on https://trac.xapian.org/wiki/GSoC2016/Clustering I'd like to outline what I've done till now and problems that I am currently facing so that I can overcome them with the suggestions. According to the timeline, I had planned to finish the implementation of the classes that will be used to handle formation of document vectors and other classes which will be required by the Clusterer later. I've done it in a way roughly similar to the previous clustering branch in places where I thought the approach was the best way. (Formation of TF-IDF vectors) I am currently left with defining the ClusterSet class which will be done soon. I have made two files named cluster.cc and cluster.h. cluster.h is placed in xapian-core/include/ and cluster.cc is placed in xapian-core/cluster. The problem I am facing is, I cannot figure out how place this in the makefile and build it to test the code that ive written. Could anyone please help me out with this? Thanks