Description
Currently, there are multiple implementations of probability partitioners available for use with the PDFA learning algorithms. It could be beneficial to create a Probability Partitioner Combinator class that accepts different probability partitioners and combines their behavior.
Proposed Changes
- Implement the
Probability Partitioner Combinator class.