Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Module probability :: Class ConditionalProbDistI |
|
object
--+
|
ConditionalProbDistI
ConditionalProbDist
,
DictionaryConditionalProbDist
ProbDist
for the experiment under that
condition.
Method Summary | |
---|---|
__init__(self)
| |
ProbDistI
|
Return the probability distribution for the experiment run under the given condition. |
list
|
Return a list of the conditions that are represented by this ConditionalProbDist . |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
__getitem__(self,
condition)
|
conditions(self)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:22 2006 | http://epydoc.sf.net |