Uses of Class
tc.TCkNNResult

Packages that use TCkNNResult
tc   
 

Uses of TCkNNResult in tc
 

Methods in tc that return TCkNNResult
 TCkNNResult TCCorpus.applyKNNToDocumentFromFile(TCDocument documentToClassify, int method, int k)
          applies the kNN classifier to the given document (loaded from a file before!).
 TCkNNResult TCCorpus.getKNNResultForTestDocument(TCDocument documentToClassify, int k)
          returns the kNN result, given the test document index and k for the k nearest neighbors classifier