Move tests library to tests/lib

Add PBC4cip classifier
This commit is contained in:
2025-01-09 10:04:16 +01:00
parent 5ec59b80ab
commit 9966ba4af8
14 changed files with 49 additions and 211 deletions

8
pyclfs/PBC4cip.cc Normal file
View File

@@ -0,0 +1,8 @@
#include "PBC4cip.h"
namespace pywrap {
PBC4cip::PBC4cip() : PyClassifier("core.PBC4cip", "PBC4cip", true)
{
validHyperparameters = { "random_state" };
}
} /* namespace pywrap */