| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Combiner
Base class for all combiners.
|
| Class Hierarchy for Combiner |
|
|||
|
|||
| Prediction |
|
||
|
|||
|
Inherited from |
|||
|
|||
__metaclass__ = abc.ABCMeta
|
|||
|
|||
|
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.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 16 23:30:30 2015 | http://epydoc.sourceforge.net |