Complete and fix KDB

This commit is contained in:
2023-07-13 16:59:06 +02:00
parent 3fcf1e40c9
commit e52fdc718f
7 changed files with 75 additions and 37 deletions

View File

@@ -28,8 +28,8 @@ namespace bayesnet {
BaseClassifier& fit(vector<vector<int>>& X, vector<int>& y, vector<string>& features, string className, map<string, vector<int>>& states);
Tensor predict(Tensor& X);
float score(Tensor& X, Tensor& y);
void show();
};
}
#endif