Refactor version method in PyClassifier
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
#include "SVC.h"
|
||||
|
||||
namespace pywrap {
|
||||
std::string SVC::version()
|
||||
{
|
||||
return sklearnVersion();
|
||||
}
|
||||
void SVC::setHyperparameters(nlohmann::json& hyperparameters)
|
||||
{
|
||||
// Check if hyperparameters are valid
|
||||
|
Reference in New Issue
Block a user