Add graphviz output to models
This commit is contained in:
@@ -36,6 +36,7 @@ namespace bayesnet {
|
||||
float score(Tensor& X, Tensor& y);
|
||||
float score(vector<vector<int>>& X, vector<int>& y);
|
||||
vector<string> show();
|
||||
vector<string> graph(string title);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user