tfidf, am I understanding it right?

Posted by alskndalsnd on Stack Overflow See other posts from Stack Overflow or by alskndalsnd
Published on 2010-03-29T07:08:25Z Indexed on 2010/03/29 7:13 UTC
Read the original article Hit count: 368

Hey everyone, I am interested in doing some document clustering, and right now I am considering using TF-IDF for this.

If I am not wrong, TFIDF is particularly used for evaluating the relevance of a document given a query. If I do not have a particular query, how can I apply tfidf to clustering?

© Stack Overflow or respective owner

Related posts about information-retrieval

Related posts about text-processing