Home | Trees | Indices | Help |
|
---|
|
object --+ | Combiner --+ | ProbabilisticCombiner
Simple combiner which combine suggestions based on their probabilities.
This combiner does not modify the suggestions probabilities. Thus, they are sorted in descending order according to their probabilities.
![]() |
Class Hierarchy for ProbabilisticCombiner |
|
|||
Inherited from Combiner | |||
---|---|---|---|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
|
|||
prdct.Prediction |
|
||
Inherited from |
|||
Inherited from Combiner | |||
---|---|---|---|
Prediction |
|
|
|||
__abstractmethods__ =
|
|||
Inherited from Combiner | |||
---|---|---|---|
MAX_PROBABILITY = 1.0
|
|||
MIN_PROBABILITY = 0.0
|
|||
_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 |
|
ProbabilisticCombiner creator.
|
Combine 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 |