discretize, Epis Algorithm and set alot of evidence

The engine.
Post Reply
bahman
Posts: 21
Joined: Sun Mar 13, 2022 12:24 pm

discretize, Epis Algorithm and set alot of evidence

Post by bahman »

HI;

i have some question;

1- i want to dicretize equation model and then save discretized mdel . what is the discretization command?

2- i need to inference with EPIS algorithm but i coul not find this. i just found this ones . which command i have to use?

Code: Select all

Network.prob_evidence
Network.set_bayesian_algorithm
Network.get_bayesian_algorithm
Network.set_influence_diagram_algorithm
Network.get_influence_diagram_algorithm
and for set sample numbers how i use this code? for example i need 2e6 sample with Epis algorithm

Code: Select all

network.setSampleCount
3- and is it possible to set same evidence for many nodes with a loop ?

4- is it possible to add many same decision and utility with loop ? with Assume that the identifiers are in order

thank you
Post Reply