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
Code: Select all
network.setSampleCount
4- is it possible to add many same decision and utility with loop ? with Assume that the identifiers are in order
thank you