62 vector<Index>& firstOHtsI
77 firstOHtsI.push_back(fI);
120 const vector<Index>& indTypes,
121 const vector<Index>& firstOHtsI,
125 vector<Index> indOHI = vector<Index>(indTypes);
127 vector< vector<Index> > indivObservations(ts,vector<Index>(
131 indOHI[agentI] += firstOHtsI[agentI];
135 for(
Index tI=0; tI < ts; tI++)
136 indivObservations.at(tI).at(agentI) = obsArr[tI];
139 for(
Index tI=0; tI < ts; tI++)
141 indivObservations[tI] );
219 Index next_joI = joIs[t];