Uses of Class
marf.Stats.WordStats

Packages that use WordStats
marf.Classification.Stochastic   
marf.Stats   
 

Uses of WordStats in marf.Classification.Stochastic
 

Methods in marf.Classification.Stochastic that return WordStats
 WordStats ZipfLaw.getWordStats(java.lang.String pstrLexeme)
          Allows getting a particular WordStats object by its lexeme.
 

Uses of WordStats in marf.Stats
 

Subclasses of WordStats in marf.Stats
 class Ngram
          N-gram Observation.
 class Observation
          Generic Observation of an occurrence of something (like a word or an n-gram).
 

Constructors in marf.Stats with parameters of type WordStats
WordStats(WordStats poWordStats)
          Copy-constructor.
 



SourceForge Logo