[opengm] 251/386: temp. disabled learn method from ml-learning in python binding

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit 3df311bc1527aacce350067ef5a91602b41d11ab
Author: DerThorsten <thorsten.beier at iwr.uni-heidelberg.de>
Date:   Fri Jan 16 10:58:52 2015 +0100

    temp. disabled learn method from ml-learning in python binding
---
 src/interfaces/python/opengm/learning/pyMaxLikelihoodLearner.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/python/opengm/learning/pyMaxLikelihoodLearner.cxx b/src/interfaces/python/opengm/learning/pyMaxLikelihoodLearner.cxx
index f81d50a..6c17bbb 100644
--- a/src/interfaces/python/opengm/learning/pyMaxLikelihoodLearner.cxx
+++ b/src/interfaces/python/opengm/learning/pyMaxLikelihoodLearner.cxx
@@ -30,7 +30,7 @@ namespace opengm{
         const std::string paramClsName = clsName + std::string("Parameter");
 
         bp::class_<PyLearnerParam>(paramClsName.c_str(), bp::init<>())
-            .def_readwrite("maxIterations", &PyLearnerParam::maxNumSteps_)
+            //.def_readwrite("maxIterations", &PyLearnerParam::maxNumSteps_)
             .def_readwrite("reg", &PyLearnerParam::reg_)
             .def_readwrite("temperature", &PyLearnerParam::temperature_)
         ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list