Add mfeat-factors kdb2 & kdb3 networks

Tested with bayesclass & pgmpy kbd2
This commit is contained in:
2023-07-06 09:18:32 +02:00
parent b9201cfeea
commit 3de1967b3e
4 changed files with 2364 additions and 1 deletions

View File

@@ -225,7 +225,7 @@ int main(int argc, char** argv)
network.fit(Xd, y, features, className);
cout << "Hello, Bayesian Networks!" << endl;
showNodesInfo(network, className);
showCPDS(network);
//showCPDS(network);
cout << "Score: " << network.score(Xd, y) << endl;
cout << "PyTorch version: " << TORCH_VERSION << endl;
return 0;