Refactor library structure
This commit is contained in:
8
pyclfs/SVC.cc
Normal file
8
pyclfs/SVC.cc
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "SVC.h"
|
||||
|
||||
namespace pywrap {
|
||||
SVC::SVC() : PyClassifier("sklearn.svm", "SVC", true)
|
||||
{
|
||||
validHyperparameters = { "C", "gamma", "kernel", "random_state" };
|
||||
}
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user