eta.transducers.base.ReasonBottomUpTransducer
- class ReasonBottomUpTransducer[source]
Bases:
Transducer
Maps from a list of facts to a list of new facts inferred from those.
- Parameters:
facts (list[Eventuality]) – The list of facts to make inferences from.
- Returns:
A list of new facts inferred from the given facts.
- Return type:
Methods
Report cumulative costs of applying this transducer.
- cost()
Report cumulative costs of applying this transducer.