Search found 6 matches

by Razi
Wed Mar 11, 2015 1:26 pm
Forum: SMILE
Topic: How to get EM log-likelihood score
Replies: 2
Views: 6635

Re: How to get EM log-likelihood score

Oh i found my mistake :P that was the initialization of my loglik pointer! now it works fine :)
by Razi
Wed Mar 11, 2015 12:32 pm
Forum: SMILE
Topic: How to get EM log-likelihood score
Replies: 2
Views: 6635

How to get EM log-likelihood score

Hi , i am using EM to learn Bayesian network. As in this tutorial has been said: https://dslpitt.org/genie/wiki/Reference_Manual:_DSL_em i use : int Learn(const DSL_dataset &data, DSL_network &net, const vector<DSL_datasetMatch>& matches, double *loglik = NULL) function in c++. But the l...
by Razi
Fri Feb 06, 2015 9:48 am
Forum: GeNIe
Topic: Runtime Error of create structure with PC
Replies: 9
Views: 7281

Re: Runtime Error of create structure with PC

Thanks for your answers. Actually as the model didn't work i tried with different significance leveles but the problem is it works first for 0.0000000000000000000000000000000000000000000000000003 which is really too small is :roll: but never mind if there is not another way to learn this structure w...
by Razi
Sat Jan 31, 2015 3:50 pm
Forum: GeNIe
Topic: Runtime Error of create structure with PC
Replies: 9
Views: 7281

Re: Runtime Error of create structure with PC

here you are :)
by Razi
Fri Jan 30, 2015 8:09 am
Forum: GeNIe
Topic: Runtime Error of create structure with PC
Replies: 9
Views: 7281

Re: Runtime Error of create structure with PC

I can't upload .csv file hear . how should i share the file else?
by Razi
Thu Jan 29, 2015 10:20 am
Forum: GeNIe
Topic: Runtime Error of create structure with PC
Replies: 9
Views: 7281

Runtime Error of create structure with PC

Hi, i am new with Genie. I have .csv data with 2265 case. Each time that i try to learn structure with PC as i click on "Only create structure" on "Pattern Editor" windows it comes Runtime Error "Microsoft Visual C++ Runtime Library" Any one has idea what should i do? t...