Search found 3 matches

by mch
Sat Jan 19, 2019 4:49 pm
Forum: SMILE
Topic: Problem with structure learning
Replies: 5
Views: 6413

Re: Problem with structure learning

Naive Bayes algorithm needs to know which variable in your dataset is a class variable. In SMILE.NET you can specify the class variable by setting the NaiveBayes.ClassVariableId property. The class variable identifier should be matched by one of the variables in the dataset passed as a parameter to...
by mch
Fri Jan 18, 2019 7:25 am
Forum: SMILE
Topic: Problem with structure learning
Replies: 5
Views: 6413

Re: Problem with structure learning

shooltz[BayesFusion] wrote: Thu Jan 17, 2019 9:59 pm
I have problem with structure bayesian network learning using Naive Bayes algorithm. When I try to learn my network - .NET throws SmileException with error code -1.
How did you select the class variable?
Could you clarify more your question?
by mch
Thu Jan 17, 2019 5:04 pm
Forum: SMILE
Topic: Problem with structure learning
Replies: 5
Views: 6413

Problem with structure learning

Hello I'm using SMILE.NET wrapper (Academic version). I have problem with structure bayesian network learning using Naive Bayes algorithm (if I'm using Greedy Thick Thinning algorithm it happens too). When I try to learn my network - .NET throws SmileException with error code -1. I import my dataset...