Hey,
On Mon, Feb 21, 2011 at 8:56 PM, Ajay Anandan wrote:
> Hi
> I am trying to implement an Expectation Maximization algorithm for document
> clustering. I am planning to use Lucene Term Vectors for finding similarity
> between 2 documents. There are 2 kinds of EM algos using naive Bayes: the
Hi
I am trying to implement an Expectation Maximization algorithm for document
clustering. I am planning to use Lucene Term Vectors for finding similarity
between 2 documents. There are 2 kinds of EM algos using naive Bayes: the
multivariate model and the multinomial model. In simple terms, the