|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.wcohen.secondstring.AbstractStringDistance
|
+--com.wcohen.secondstring.AbstractStatisticalTokenDistance
|
+--com.wcohen.secondstring.TFIDF
|
+--com.wcohen.secondstring.SoftTFIDF
|
+--com.wcohen.secondstring.SlimTFIDF
Soft TFIDF-based distance metric, extended to use "soft" token-matching with the SLIM distance metric.
| Field Summary |
| Fields inherited from class com.wcohen.secondstring.AbstractStatisticalTokenDistance |
collectionSize, documentFrequency, tokenizer, totalTokenCount |
| Constructor Summary | |
SlimTFIDF()
|
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
|
java.lang.String |
toString()
|
| Methods inherited from class com.wcohen.secondstring.SoftTFIDF |
explainScore, getTokenMatchThreshold, score, setTokenMatchThreshold, setTokenMatchThreshold |
| Methods inherited from class com.wcohen.secondstring.TFIDF |
prepare |
| Methods inherited from class com.wcohen.secondstring.AbstractStatisticalTokenDistance |
accumulateStatistics, getDocumentFrequency |
| Methods inherited from class com.wcohen.secondstring.AbstractStringDistance |
doMain, explainScore, score |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SlimTFIDF()
| Method Detail |
public java.lang.String toString()
toString in class SoftTFIDFpublic static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||