The python interface is now at a point where we can completely generate MarkovChains from python. The purpose of this new feature is simplification of the workflow and accessibility to non power users.
The interface includes exposed classes and functions for:
The python interface is now at a point where we can completely generate MarkovChains from python. The purpose of this new feature is simplification of the workflow and accessibility to non power users.
The interface includes exposed classes and functions for:
And type casters:
An example can be found here.
Due to the amount of templates in our C++ code, some type specifications/simplifications were necessary.