| Trees | Indices | Help |
|
|---|
|
|
object --+
|
nltk.probability.ConditionalFreqDist --+
|
CutoffConditionalFreqDist
A version of ConditionalFreqDist that uses a CutoffFreqDist for each distribution instead of FreqDist.
|
|||
|
|||
|
|||
FreqDist
|
|
||
|
Inherited from Inherited from |
|||
|
|||
|
cutoff Make cutoff a read-only attribute |
|||
|
Inherited from |
|||
|
|||
Construct a new empty conditional frequency distribution. In particular, the count for every sample, under every condition, is zero.
|
Override this to use CutoffFreqDists instead of FreqDists.
|
|
|||
cutoffMake cutoff a read-only attribute
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:58 2012 | http://epydoc.sourceforge.net |