Search found 3 matches

by sylee92
Tue Oct 27, 2009 1:52 am
Forum: SMILE
Topic: structure learning with SMILE
Replies: 1
Views: 3131

structure learning with SMILE

I have a question about DSL_pc. I am trying to learn a network with integer variables. The dataset has 24 variables and 5000 records. When I used DSL_pc, I didn't get any errors but when I invoked DSL_pattern::Print() after DSL_pc::Learn, it didn't show any undirected and directed edges, i.e., all z...
by sylee92
Mon Jun 16, 2008 3:47 pm
Forum: SMILE
Topic: CPT size of variables
Replies: 1
Views: 4322

CPT size of variables

Hi,

I have created a DBN with SMILE and one temporal node has more than 300 possible values. I couldn't load the DBN to GeNIe because the DBN size is almost 1GB. How many values are possible in one temporal node in SMILE/GeNIe (or what is the max. network size to load it to GeNie)?

Thanks,
sl
by sylee92
Wed Jun 11, 2008 7:06 pm
Forum: SMILE
Topic: DBN with SMILE
Replies: 1
Views: 4417

DBN with SMILE

Hi, I try to creat a DBN with SMILE. I set temporal types and temporal arc as follows. theDBN.SetTemporalType(umbrella, dsl_plateNode); theDBN.SetTemporalType(rain, dsl_plateNode); theDBN.AddTemporalArc(rain, rain, 1); When I try to set the temporal probabilities of the CPT of rain, I got an error l...