Add command results to b_list
Rename tostring -> toString in models Add datasets names to b_main command help - validation
This commit is contained in:
@@ -31,7 +31,7 @@ namespace platform {
|
||||
void registerFactoryFunction(const std::string& name,
|
||||
function<bayesnet::BaseClassifier* (void)> classFactoryFunction);
|
||||
std::vector<string> getNames();
|
||||
std::string tostring();
|
||||
std::string toString();
|
||||
|
||||
};
|
||||
class Registrar {
|
||||
|
Reference in New Issue
Block a user