Feeds
질문
Labelling Edges with Biograph
Hi all, I am trying to make labels on every edge that I have in the biograph but they are not showing up. what is the proper ...
12년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
HMM with 41 states error occurs
clear res fid = fopen('pokertjba.txt'); line1 = fgetl(fid); res{1}=line1; while ischar(line1) line1 = fgetl(fid...
HMM with 41 states error occurs
clear res fid = fopen('pokertjba.txt'); line1 = fgetl(fid); res{1}=line1; while ischar(line1) line1 = fgetl(fid...
12년 초과 전 | 0
질문
HMM with 41 states error occurs
I am getting this error when I added the 41th state into my HMM model: Attempted to access tr(39,0); index must be a positive...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
NAN problem in HMM
Hi, I have 40 states in the transition matrix and 40 emissions which represents 1 for each state. When it comes to in...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
Convert each cell to numeric
Hi all, I have this kind of code: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
Subscript indices must either be real positive integers or logicals and other error.
Hi, I want to read through both matrixes seq and seq2 but gives me two errors. Here is the code: tr = [0.95,0.05; ...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
Gettting data from textfile
Hi, I have this data: seq1 = [1,3,2,3,2,3,1,3]; seq2 = [3,3]; seq3 = [1,2,2,2,2,2,2,2]; seq4 = [1,2,1,1,2,2,1,2...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
Read data from textfile to use hmmtrain
Hi. I wish to use hmmtrain in order to get transition and observation probabiliites (Baum Welch algorithm). Since I have all ...
거의 13년 전 | 답변 수: 1 | 0
