jmschrei / yahmm

Yet Another Hidden Markov Model repository.
MIT License
249 stars 32 forks source link

force state.name to be unique #31

Open jmschrei opened 10 years ago

jmschrei commented 10 years ago

I had added state.identity as a way for people to use repeated names for their states, but I think this overcomplicates the issue. We should remove this, and force people to use uniquely named states. This will change I/O, and so break back-compatibility again. Perhaps adding a reader of old files would be warranted, given this.