Begin predict
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
#include "STree.h"
|
||||
|
||||
namespace pywrap {
|
||||
|
||||
std::string STree::graph()
|
||||
{
|
||||
// return callMethodString("graph");
|
||||
return PyClassifier::graph();
|
||||
return callMethodString("graph");
|
||||
}
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user