node definition

The engine.
Post Reply
sara
Posts: 4
Joined: Thu Aug 11, 2022 12:53 pm

node definition

Post by sara »

Hi,
concerning the conditional probability I do not know how I will display the value of the probability when i did net.getNodeDefinition(nodeHandle)
the result was
def.PNG
def.PNG (2.01 KiB) Viewed 2455 times
how can i get the value of the probabilities?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: node definition

Post by shooltz[BayesFusion] »

net.getNodeDefinition(nodeHandle) in your post suggests you're using jSMILE and Java. To obtain the calculated probabilities, you should call Network.getNodeValue.

Please refer to SMILE Wrappers Manual, the Tutorials section and Tutorial 2:
https://support.bayesfusion.com/docs/Wr ... _java.html

You can find links to all our manuals in HTML and PDF formats at:
https://support.bayesfusion.com/docs
Post Reply