Skip to content
Snippets Groups Projects
Commit 80e02dbb authored by Lutz Klinkenberg's avatar Lutz Klinkenberg
Browse files

added iid support

parent 20db8466
Branches
Tags
No related merge requests found
......@@ -45,6 +45,7 @@ PYBIND11_MODULE(prodigy, m) {
.def("filterGreater", &Dist::filterGreater)
.def("filterGeq", &Dist::filterGeq)
.def("marginal", [](const Dist& dist, const string& x) {return dist.marginal(x);})
.def("updateIid", &Dist::updateIid)
.def(py::self == py::self)
.def(py::self != py::self)
.def(string() * py::self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment