Uses of Package
org.knowceans.corpus.analysis

Packages that use org.knowceans.corpus.analysis
org.knowceans.corpus.analysis   
org.knowceans.dirichlet.sandbox   
 

Classes in org.knowceans.corpus.analysis used by org.knowceans.corpus.analysis
CorpusStatistics
          CorpusStatistics prints some statistics about a TermCorpus to stdout.
TopicsConverter
          TopicAnalyser extracts topics from Phi and Theta variables and shows the Bayesian equivalent of the phi[z][w] = P(z|w) = P(w|z) P(z) / sum_z'(P(w|z') P(z')) or, equivalently, theta[d][z] = P(d|z) = P(z|d) P(d) / sum_d'(P(z|d') P(d'))
VariationOfInformationAnalyser.DistMetric
          DistMetric is a container for the values of the metric.
 

Classes in org.knowceans.corpus.analysis used by org.knowceans.dirichlet.sandbox
VariationOfInformationAnalyser
          VariationOfInformationAnalyser (old: TopicCorrelationAnalyser) analyses the distance between the extracted topics and a priori categories.
VariationOfInformationAnalyser.DistMetric
          DistMetric is a container for the values of the metric.