ericzy89 / bnt

Automatically exported from code.google.com/p/bnt
0 stars 0 forks source link

Node size for continuous variable #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, Dear Developers,

I am currently working on mixed Bayes network with both discrete variable and 
continuous variable. In the structure learning step. I am using 
"learn_struct_mwst" to learn structure with my data. For the node_size in this 
function, I know if discrete variable A has 3 alternative values, the node_size 
for A is 3. However, if variable B is continuous, how can I set the node_size 
for it? For example, if B is ranging from -100 to 100, do I need to put a '200' 
for size of B and rescale the ranging from [-100, 100] to [0, 200]?

Thank you!!

Original issue reported on code.google.com by ZhuZheng...@gmail.com on 16 Jan 2015 at 10:29

GoogleCodeExporter commented 8 years ago
I wonder wether you have solved this problem for I have gotten in the same 
trouble.
Could you give me some help?

Original comment by foreverd...@gmail.com on 18 Apr 2015 at 1:28