Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in initPmtk3 - testSprinklerDemo #117

Open
jyauri opened this issue Apr 28, 2016 · 2 comments
Open

error in initPmtk3 - testSprinklerDemo #117

jyauri opened this issue Apr 28, 2016 · 2 comments

Comments

@jyauri
Copy link

jyauri commented Apr 28, 2016

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
Copy link

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

@mattare2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants