aimclub / BAMT

Repository of a data modeling and analysis tool based on Bayesian networks
https://bamt.readthedocs.io
BSD 3-Clause "New" or "Revised" License
118 stars 17 forks source link

BigBraveBN update api #102

Closed Anaxagor closed 6 months ago

Anaxagor commented 8 months ago

In the algorithm for large BigBraveBN networks, a threshold is now set at the network initialization stage, which is then used to select insignificant edges based on the Brave matrix of coefficients. However, if I want to change the threshold, I need to reinitialize the network and restart the process of calculating the Brave matrix, although this is not necessary if it has already been calculated and I just need to change the threshold value. It is necessary to move the threshold value to another level.