<div dir="ltr"><div><div><div><div><div><div><div><div>Hello devs,<br><br></div>I've updated my project timeline till the mid-term evaluation up on <a href="https://trac.xapian.org/wiki/GSoC2016/Clustering">https://trac.xapian.org/wiki/GSoC2016/Clustering</a><br></div>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.<br><br></div>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.<br><br></div>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)<br><br></div>I am currently left with defining the ClusterSet class which will be done soon.<br><br></div>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.<br></div>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?<br><br></div>Thanks<br></div>