KorfLab/grimoire

weighted training

Opened this issue · 0 comments

All of the hmm training methods need to be re-written to use weights. As of now, all counting is done with += 1 but this should instead be += weight.

Arrays of sequences used as arguments must change to be arrays of dictionaries of form {seq:value1, weight:value2}