edu.iastate.jtm.util
Class VocabularyCounter.TfDf

java.lang.Object
  extended by edu.iastate.jtm.util.VocabularyCounter.TfDf
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
VocabularyCounter

public static class VocabularyCounter.TfDf
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 int df
           
 double p
           
 java.lang.Object term
           
 int tf
           
 
Constructor Summary
VocabularyCounter.TfDf(java.lang.Object t)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

public java.lang.Object term

tf

public int tf

df

public int df

p

public double p
Constructor Detail

VocabularyCounter.TfDf

VocabularyCounter.TfDf(java.lang.Object t)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable