Search found 9 matches

by vikramdoshi
Tue Jun 18, 2013 2:57 pm
Forum: SMILE
Topic: Joint Probability of a subset of non-evidence nodes
Replies: 1
Views: 2683

Joint Probability of a subset of non-evidence nodes

Hi I wanted to compute the JP for a subset of the non-evidence nodes. (Similar to MAP, But I dont want only the Maximum, but all) Since in the GetJPts we may ''get more than one JPT for given node, depending on the triangulation performed during jointree construction'' Can we somehow restrict it to ...
by vikramdoshi
Tue Jun 18, 2013 2:26 pm
Forum: GeNIe
Topic: Max data size for Learning Params?
Replies: 1
Views: 2749

Max data size for Learning Params?

Hi I have 30,610,500 data vectors with 20 attributes each (No missing values). Domain knowledge is used to express the qualitative part of the BN. However I wanted to use the data to quantify the network. I tried using Genie, but it crashed. :shock: Genie was able to read the data file and when I 'l...
by vikramdoshi
Wed Mar 27, 2013 3:56 pm
Forum: SMILE
Topic: Joint Probability
Replies: 9
Views: 8095

Re: Joint Probability

We are building a network for forensic applications..

So I wanted an exact inference algo!
Any way out?
by vikramdoshi
Wed Mar 27, 2013 3:43 pm
Forum: SMILE
Topic: Joint Probability
Replies: 9
Views: 8095

Re: Joint Probability

I am not sure if I completely understood how to go about with it. I have attached the test code which I used, after it didn't work for my network. The vecJPTs vector is always empty. (I tried even initializing it to some values but after the GetJpts function call it becomes empty. So I guess there i...
by vikramdoshi
Thu Mar 14, 2013 3:36 pm
Forum: SMILE
Topic: SMILE with VS 2005 Runtime Error
Replies: 3
Views: 4239

Re: SMILE with VS 2005 Runtime Error

Yup I did...
by vikramdoshi
Thu Mar 14, 2013 2:27 pm
Forum: SMILE
Topic: SMILE with VS 2005 Runtime Error
Replies: 3
Views: 4239

SMILE with VS 2005 Runtime Error

Hi I need to use VS 2005 (for stupid administrative reasons) with SMILE. After linking the library to the project. [Hopefully the link to the library is correct, since I checked the process with VS 2010 on my personal machine and its running perfectly) I can successfully build it. However when I try...
by vikramdoshi
Wed Mar 06, 2013 9:40 am
Forum: SMILE
Topic: Joint Probability
Replies: 9
Views: 8095

Re: Joint Probability

Hi

I was wondering if the joint inference is available in package
Visual Studio 2010 / VC 10.0 SP1
15.6 MB, September 15, 2012
by vikramdoshi
Tue Mar 05, 2013 2:52 pm
Forum: SMILE
Topic: Joint Probability
Replies: 9
Views: 8095

Re: Joint Probability

We are working with VS 2010/Win 32
by vikramdoshi
Tue Mar 05, 2013 2:06 pm
Forum: SMILE
Topic: Joint Probability
Replies: 9
Views: 8095

Joint Probability

Hi We have a Bayesian network, in which we want to compute the joint probability distribution of the class nodes (more than 1) given a set of evidence (feature) nodes. We need to calculate the joint distribution, since we want to obtain the likelihood ratio of a certain combination of classes. Are t...