Displaying 1 result from an estimated 1 matches for "elkan".
Did you mean:
elan
2017 Jun 14
2
KMeans Clusterer - Going forward
...stopword or not. But for
determining which terms are stopwords, I was wondering whether we'd be
using the stopword list within xapian/languages/stopwords or will we have
to create one within the cluster directory?
Over the next half of the month, the plan will be to get feature extraction
and elkans-kmeans (with triangle inequality) to be working well.
As Olly has mentioned in one of his comments on the PR, it wouldn't be
ideal to use hard coded criteria for feature selection. Thus using
something like an ExpandDecider would certainly be great. I will look into
it and make my approach cl...