Begin predict

This commit is contained in:
2023-11-06 15:22:27 +01:00
parent 3e92372d1c
commit ed21f90b69
8 changed files with 55 additions and 69 deletions

View File

@@ -1,10 +1,8 @@
#include "STree.h"
namespace pywrap {
std::string STree::graph()
{
// return callMethodString("graph");
return PyClassifier::graph();
return callMethodString("graph");
}
} /* namespace pywrap */