[opengm] 152/386: fix: change SumOfExperts to LSumOfExperts

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:36:48 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 a2b8165a76a4485b78abe75fc99674682a91bbe9
Author: Steffen-Wolf <Steffen.Wolf at stud.uni-heidelberg.de>
Date:   Fri Dec 19 10:54:31 2014 +0100

    fix: change SumOfExperts to LSumOfExperts
---
 include/opengm/learning/dataset/testdatasets.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opengm/learning/dataset/testdatasets.hxx b/include/opengm/learning/dataset/testdatasets.hxx
index 465fe69..84d5484 100644
--- a/include/opengm/learning/dataset/testdatasets.hxx
+++ b/include/opengm/learning/dataset/testdatasets.hxx
@@ -339,7 +339,7 @@ namespace opengm {
                   feat[1](1) = std::fabs(val1-1);
                   std::vector<size_t> wID(2);
                   wID[0]=1;  wID[1]=2;
-                  opengm::functions::learnable::SumOfExperts<ValueType,IndexType,LabelType> f(shape,this->weights_, wID, feat);
+                  opengm::functions::learnable::LSumOfExperts<ValueType,IndexType,LabelType> f(shape,this->weights_, wID, feat);
                   typename GM::FunctionIdentifier fid =  this->gms_[m].addFunction(f);
 
                   // factor

-- 
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