-
Field Summary
Fields
(package private) int
(package private) float
(package private) float
(package private) int
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
ScoreTerm
ScoreTerm(String word,
String topField,
float score,
float idf,
int docFreq,
int tf)
-
Method Details
-
update
void update(String word,
String topField,
float score,
float idf,
int docFreq,
int tf)