| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Combiner
Base class for all combiners.
|
| Class Hierarchy for Combiner |
|
|||
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
|||
| Prediction |
|
||
|
|||
|
Inherited from |
|||
|
|||
MIN_PROBABILITY = 0.0
|
|||
MAX_PROBABILITY = 1.0
|
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f2a42360ed0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f2a423
|
|||
_abc_negative_cache_version = 39
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f2a42360e90>
|
|||
|
|||
|
Inherited from |
|||
|
|||
Combiner creator.
|
Sort the tokens according to their probabilities. The duplicate tokens are merged to a single token (their probabilities are summed).
|
Method for combining predictors's prediction list. The combine() method is the main method of the Combiner. It must be implemented by every combiners.
|
|
|||
_abc_negative_cache
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |