Add graphviz output to models

This commit is contained in:
2023-07-16 01:20:47 +02:00
parent 29aca0b35f
commit f530e69dae
16 changed files with 99 additions and 25 deletions

View File

@@ -9,6 +9,7 @@ namespace bayesnet {
void train() override;
public:
SPODE(int root);
vector<string> graph(string name = "SPODE") override;
};
}
#endif