Package nltk :: Package classify :: Module util :: Class CutoffChecker
[hide private]
[frames] | no frames]

type CutoffChecker

source code

object --+
         |
        CutoffChecker

A helper class that implements cutoff checks based on number of iterations and log likelihood.

Accuracy cutoffs are also implemented, but they're almost never a good idea to use.

Instance Methods [hide private]
 
__init__(self, cutoffs) source code
 
check(self, classifier, train_toks) source code
Method Details [hide private]

__init__(self, cutoffs)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)