Uses of Class
tml.vectorspace.TermWeighting.GlobalWeight

Packages that use TermWeighting.GlobalWeight
tml.corpus Implements all the classes required for corpora management as Bags of Words, it also includes NLP for sentences. 
tml.vectorspace Implements a Vector Space Model, that can be later transformed using Latent Semantic Analysis. 
 

Uses of TermWeighting.GlobalWeight in tml.corpus
 

Methods in tml.corpus that return TermWeighting.GlobalWeight
 TermWeighting.GlobalWeight CorpusParameters.getTermWeightGlobal()
           
 

Methods in tml.corpus with parameters of type TermWeighting.GlobalWeight
 void CorpusParameters.setTermWeightGlobal(TermWeighting.GlobalWeight termWeightGlobal)
           
 

Uses of TermWeighting.GlobalWeight in tml.vectorspace
 

Methods in tml.vectorspace that return TermWeighting.GlobalWeight
static TermWeighting.GlobalWeight TermWeighting.GlobalWeight.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TermWeighting.GlobalWeight[] TermWeighting.GlobalWeight.values()
          Returns an array containing the constants of this enum type, in the order they are declared.