HMM train
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a problem to use hammtrain. I have a vector for each observation. because I've extracted some facial features for each frame. so my sequence will be 3D. I mean "seqs" in below example is 3D.
[estTR,estE] = hmmtrain(seqs,trans,emis);
how can I fix it?
0 Kommentare
Antworten (2)
Walter Roberson
am 29 Apr. 2011
The documentation indicates,
seq can be a row vector containing a single sequence, a matrix with one row per sequence, or a cell array with each cell containing a sequence.
0 Kommentare
shahab anjum
am 4 Mär. 2020
im also wanna use same function i have 1000x286 matrix how can i use that please help me out
0 Kommentare
Siehe auch
Kategorien
Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!