Add graphviz output to models
This commit is contained in:
@@ -9,6 +9,7 @@ namespace bayesnet {
|
||||
void train() override;
|
||||
public:
|
||||
SPODE(int root);
|
||||
vector<string> graph(string name = "SPODE") override;
|
||||
};
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user