Uses of Class
tc.TCNaiveBayesResult

Packages that use TCNaiveBayesResult
tc   
 

Uses of TCNaiveBayesResult in tc
 

Methods in tc that return TCNaiveBayesResult
 TCNaiveBayesResult TCCorpus.applyNaiveBayesBernoulliToDocumentFromFile(TCDocument documentToClassify)
          Classifies one document out of the test documents with the naive bayes algorithm (bernoulli).
 TCNaiveBayesResult TCCorpus.getNaiveBayesResultForTestDocument(TCDocument documentToClassify)
          gets the naive bayes classification result for the test document with the given index