Uses of Class
tml.vectorspace.TermWeighting.LocalWeight

Packages that use TermWeighting.LocalWeight
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.LocalWeight in tml.corpus
 

Methods in tml.corpus that return TermWeighting.LocalWeight
 TermWeighting.LocalWeight CorpusParameters.getTermWeightLocal()
           
 

Methods in tml.corpus with parameters of type TermWeighting.LocalWeight
 void CorpusParameters.setTermWeightLocal(TermWeighting.LocalWeight termWeightLocal)
           
 

Uses of TermWeighting.LocalWeight in tml.vectorspace
 

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