Commit Graph

173 Commits

Author SHA1 Message Date
0d27ecd253 remove unneeded variable 2023-07-06 11:22:27 +02:00
9b70708afb Refactor ExactInference 2023-07-06 11:01:58 +02:00
3de1967b3e Add mfeat-factors kdb2 & kdb3 networks
Tested with bayesclass & pgmpy kbd2
2023-07-06 09:18:32 +02:00
b9201cfeea Check result with KDB(k=3)
Same experiment with KDB(k=3), dataset glass, from bayesclass & bayesnet
Had same result 0.841121
2023-07-05 20:45:21 +02:00
a0114da70c Add glass kdb net 2023-07-05 19:09:59 +02:00
ba08b8dd3d Inference working 2023-07-05 18:38:54 +02:00
5db4d1189a Fix compile errors 2023-07-03 00:31:15 +02:00
ec76057e64 Implement some needed Factor methods 2023-07-02 22:12:44 +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
59e5794e5d Update info on README 2023-07-02 11:39:12 +02:00
83080e2b56 Add comments to .net files 2023-07-02 00:48:24 +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
52cb85b41b Complete estimateParameters
checked with pgmpy
2023-07-01 01:44:56 +02:00
71d730d228 Begin with parameter estimation 2023-06-30 21:24:12 +02:00
0a31aa2ff1 Make fit build the network 2023-06-30 02:46:06 +02:00
31c22898de Add cycle detect adding edges 2023-06-29 23:53:33 +02:00
d59bf03a51 Update torch library name in README 2023-06-29 23:00:20 +02:00
8e9c3483aa Begin Network build 2023-06-29 22:00:41 +02:00
00ed1e0be1 Initial commit 2023-06-29 19:52:57 +00:00