diff --git a/IOHMM/IOHMM.py b/IOHMM/IOHMM.py index 11ca25f..9dea6b5 100644 --- a/IOHMM/IOHMM.py +++ b/IOHMM/IOHMM.py @@ -392,7 +392,7 @@ def M_step(self): def train(self): """ - The ieratioin of EM step, + The iteration of EM step, Notes: ---------- For SupervisedIOHMM, max_EM_iter is 1, thus will only go through one iteration of EM step,