probml / pmtk3

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

error in initPmtk3 - testSprinklerDemo #117

Open jyauri opened 8 years ago

jyauri commented 8 years ago

I downloaded the last version of pmtk, and during the initialization I had the message

Undefined function 'graphisdag' for input arguments of type 'double'. Error in pmtkGraphIsDag (line 8) b = graphisdag(sparse(adj_mat)); Error in dgmCreate (line 107) if ~pmtkGraphIsDag(G) Error in mkSprinklerDgm (line 31) dgm = dgmCreate(G, CPTs, varargin{:});

which specifically was generated in the line testSprinklerDemo;

I am intending to work with HMM, I don't know if it will affect that functionality.

Regards,

mattare2 commented 8 years ago

I get the same error. Must be some missing dependency?

mattare2 commented 8 years ago

Hmmm... Looks like a missing function from the Bioinformatics Toolbox