| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Merger --+
|
ProbabilisticMerger
Simple Merger which merge suggestions based on their probabilities.
This Merger does not modify the suggestions probabilities. Thus, they are sorted in descending order according to their probabilities.
|
| Class Hierarchy for ProbabilisticMerger |
|
|||
| Inherited from Merger | |||
|---|---|---|---|
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|||
|
|||
|
|||
| prdct.Prediction |
|
||
|
Inherited from |
|||
| Inherited from Merger | |||
|---|---|---|---|
| Prediction |
|
||
|
|||
__abstractmethods__ =
|
|||
| Inherited from Merger | |||
|---|---|---|---|
MAX_PROBABILITY = 1.0
|
|||
MIN_PROBABILITY = 0.0
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f2a423442d0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f2a423
|
|||
_abc_negative_cache_version = 39
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f2a42344210>
|
|||
|
|||
|
Inherited from |
|||
|
|||
ProbabilisticMerger creator.
|
merge the suggestions in a single list and sort them.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 14 21:07:50 2015 | http://epydoc.sourceforge.net |