You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I figured out an idea that can solve our problem. It will allow us to keep the method train receiving parameters, without (explicitly) creating any parameter objects. However, I need to know: how will trainers (#10) communicate with ToPS language (#11) to create a GHMM? How a tops::lang AST will get values at runtime and pass them to the different train methods?
Before making further implementations, I believe we should think a little bit more about how both things will dialogue.
Implement segseq logic inside GHMM static method
train
and creator.The intended interface is:
The text was updated successfully, but these errors were encountered: