Move tests library to tests/lib
Add PBC4cip classifier
This commit is contained in:
8
pyclfs/PBC4cip.cc
Normal file
8
pyclfs/PBC4cip.cc
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "PBC4cip.h"
|
||||
|
||||
namespace pywrap {
|
||||
PBC4cip::PBC4cip() : PyClassifier("core.PBC4cip", "PBC4cip", true)
|
||||
{
|
||||
validHyperparameters = { "random_state" };
|
||||
}
|
||||
} /* namespace pywrap */
|
Reference in New Issue
Block a user