Uses of Class
index.Term

Packages that use Term
index   
similarity   
 

Uses of Term in index
 

Methods in index with parameters of type Term
 void Term.merge(Term other, int first, int second)
          Merging the two terms and obtaining the mean value used to obtain the centroid of the merged clusters.
 

Uses of Term in similarity
 

Methods in similarity with parameters of type Term
protected abstract  double VSM.firstValue(Term term)
          The tf * idf according to scheme for the first document; returning one element of Sigma
protected abstract  double VSM.secondValue(Term term)
          The tf * idf according to scheme for the second document; returning one element of Sigma
protected  double LTC_LTC.firstValue(Term term)
           
protected  double LTC_LTC.secondValue(Term term)