Commit Graph

22 Commits

Author SHA1 Message Date
52abd2d670 Implement the proba branch and begin with the voting one 2024-02-23 20:36:11 +01:00
5f70449091 Refactor Library 2 include a Platform/ Experiments 2023-07-20 10:40:08 +02:00
2f5bd0ea7e Add getNumberOfNodes & getNumberOfEdges to Models
Add some more tests
2023-07-19 15:05:44 +02:00
f530e69dae Add graphviz output to models 2023-07-16 01:20:47 +02:00
db6908acd0 Complete predict and score of kdb
Change new/delete to make_unique
2023-07-15 01:05:36 +02:00
e52fdc718f Complete and fix KDB 2023-07-13 16:59:06 +02:00
8b0aa5ccfb Begin implementing KDB 2023-07-13 03:15:42 +02:00
d1eaab6408 Refactor Network and create Metrics class 2023-07-11 22:23:49 +02:00
c7e2042c6e Add entropy, conditionalEntropy, mutualInformation and conditionalEdgeWeight methods 2023-07-11 17:42:20 +02:00
3750662f2c Add getStates method 2023-07-09 16:25:24 +02:00
c4836bd5e3 refactor predict and predict_proba 2023-07-07 00:33:04 +02:00
c22eba3d5c Add version number to Network
Remove uneeded console output
2023-07-06 17:24:35 +02:00
71b88e2c65 Refactor to remove root node of network 2023-07-06 13:12:41 +02:00
0b33c6c04a Add threads to fit 2023-07-06 12:40:47 +02:00
9b70708afb Refactor ExactInference 2023-07-06 11:01:58 +02:00
ba08b8dd3d Inference working 2023-07-05 18:38:54 +02:00
12f0e1e063 Added ExactInference and Factor classes 2023-07-02 20:39:13 +02:00
ad255625e8 Merge branch 'main' of ssh://gitea.rmontanana.es:8022/rmontanana/BayesNet 2023-07-02 16:32:00 +02:00
6da05d436c Begin Eliminate Variables algorithm 2023-07-02 16:31:50 +02:00
d6d683bb5c Add copy constructor to network 2023-07-02 16:15:14 +02:00
23f0b0f55c Implement predict and predict_proba
Add samples and add parameters to main
2023-07-01 14:45:44 +02:00
79e7912ab3 Refactor folder structure of the project 2023-07-01 02:33:26 +02:00