probml / pmtk3

Probabilistic Modeling Toolkit for Matlab/Octave.
MIT License
1.55k stars 797 forks source link

Error in crfFitStructDemo #112

Closed elkbrsathuji closed 8 years ago

elkbrsathuji commented 8 years ago

win10 64-bit matlab R2015b:

Undefined function or variable 'fullAdjMatrix'.

Error in crfFitStructDemo (line 64) adjInit = fullAdjMatrix(nNodes);

I Looked for this 'fullAdjMatrix' and could not find it

elkbrsathuji commented 8 years ago

I fixed the bug. Update crfFitStructDemo.m #113