Terms that occur in fewer documents are better indicators of topic, so implementations of this method usually return larger values for rare terms, and smaller values for common terms. @param docFreq the number of documents which contain the term @param numDocs the total number of documents in the collection @return a score factor based on the term's document frequency
Terms that occur in fewer documents are better indicators of topic, so implementations of this method usually return larger values for rare terms, and smaller values for common terms. @param docFreq the number of documents which contain the term @param numDocs the total number of documents in the collection @return a score factor based on the term's document frequency
|
|
|
|