-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for edge cases and eventually handle them #3
Comments
I am new to contributing. so can you brief it out the issue? |
I suggest you check for the other two issues if you're new. The task here is to try many times the class BayesianNetwork with different inputs and check whether it fails somewhere. |
Request for Additional DetailsHi @ricor07,
Issue: Bayesian Network - Probability CalculationDescription:The Bayesian Network class calculates probabilities based on given variables and their relationships. Upon running the code, the following output was produced:
Code Analysis:Upon reviewing the code, the following key points were observed:
Questions and Clarifications:
Let me know if there’s anything else you’d like to add. I appreciate your help in clarifying these points! Best regards, |
Hello, the values you posted are correct. Adding test cases and some proper file would be good. I don't have any suggestions in particular. I just posted the network here on GitHub, I didn't spend much time in properly adding the files. The algorithm, however, is correct. If you wish to change it, raise an issue or a PR. I'm glad to welcome suggestions. I don't think there is a specific build script. It's just copy-pasted c++ from my compiler. |
No description provided.
The text was updated successfully, but these errors were encountered: