[opengm] 332/386: Merge pull request #413 from DerThorsten/master

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:24 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 7a9f6e49ae36d8bf894d18359937b226f65094ff
Merge: 7eac546 1487699
Author: Thorsten B <thorsten.beier at iwr.uni-heidelberg.de>
Date:   Fri Mar 25 12:52:45 2016 +0100

    Merge pull request #413 from DerThorsten/master
    
    updated readme

 .travis.yml                                        |   4 +-
 README.md                                          |   2 +
 include/opengm/functions/learnable/lpotts.hxx      | 254 -------
 include/opengm/functions/learnable/lunary.hxx      | 478 --------------
 .../learnable/lweightedsum_of_functions.hxx        | 264 --------
 include/opengm/learning/bundle-optimizer.hxx       | 326 ---------
 include/opengm/learning/dataset/dataset.hxx        | 234 -------
 include/opengm/learning/dataset/dataset_io.hxx     | 134 ----
 .../opengm/learning/dataset/editabledataset.hxx    | 146 -----
 include/opengm/learning/dataset/testdatasets.hxx   | 375 -----------
 include/opengm/learning/gradient-accumulator.hxx   | 175 -----
 include/opengm/learning/gridsearch-learning.hxx    | 126 ----
 include/opengm/learning/loss/flexibleloss.hxx      | 305 ---------
 .../learning/loss/generalized-hammingloss.hxx      | 152 -----
 include/opengm/learning/loss/hammingloss.hxx       |  81 ---
 include/opengm/learning/loss/noloss.hxx            |  73 ---
 .../learning/maximum-likelihood-learning.hxx       | 310 ---------
 .../learning/maximum_likelihood_learning.hxx       | 238 -------
 include/opengm/learning/rws.hxx                    | 286 --------
 include/opengm/learning/solver/BundleCollector.h   |  49 --
 include/opengm/learning/solver/CplexBackend.h      | 433 ------------
 include/opengm/learning/solver/GurobiBackend.h     | 439 -------------
 include/opengm/learning/solver/LinearConstraint.h  |  94 ---
 include/opengm/learning/solver/LinearConstraints.h | 119 ----
 include/opengm/learning/solver/LinearObjective.h   |  24 -
 .../opengm/learning/solver/LinearSolverBackend.h   |  84 ---
 .../opengm/learning/solver/QuadraticObjective.h    | 181 -----
 .../learning/solver/QuadraticSolverBackend.h       |  28 -
 .../learning/solver/QuadraticSolverFactory.h       |  33 -
 .../learning/solver/QuadraticSolverParameters.h    |  15 -
 include/opengm/learning/solver/Relation.h          |  20 -
 include/opengm/learning/solver/Sense.h             |  20 -
 include/opengm/learning/solver/Solution.h          |  49 --
 include/opengm/learning/solver/VariableType.h      |  18 -
 include/opengm/learning/struct-max-margin.hxx      | 219 -------
 include/opengm/learning/structured_perceptron.hxx  | 208 ------
 include/opengm/learning/subgradient_ssvm.hxx       | 353 ----------
 include/opengm/learning/weight_averaging.hxx       |  68 --
 include/opengm/python/opengmpython.hxx             |  25 +-
 src/interfaces/python/opengm/CMakeLists.txt        |   2 +-
 .../python/opengm/learning/CMakeLists.txt          | 151 -----
 src/interfaces/python/opengm/learning/__init__.py  | 726 ---------------------
 src/interfaces/python/opengm/learning/helper.hxx   | 330 ----------
 src/interfaces/python/opengm/learning/learning.cxx |  91 ---
 .../python/opengm/learning/pyDataset.cxx           | 104 ---
 .../python/opengm/learning/pyGridSearchLearner.cxx |  64 --
 .../python/opengm/learning/pyLFunctionGen.cxx      | 309 ---------
 src/interfaces/python/opengm/learning/pyLoss.cxx   |  81 ---
 .../opengm/learning/pyMaxLikelihoodLearner.cxx     |  81 ---
 src/interfaces/python/opengm/learning/pyRws.cxx    |  72 --
 .../opengm/learning/pyStructMaxMarginLearner.cxx   |  64 --
 .../python/opengm/learning/pyStructPerceptron.cxx  |  75 ---
 .../python/opengm/learning/pySubgradientSSVM.cxx   |  80 ---
 .../python/opengm/learning/pyWeights.cxx           |  46 --
 .../python/opengm/opengmcore/pyFunctionTypes.cxx   | 164 +----
 src/interfaces/python/opengm/opengmcore/pyGm.cxx   |  15 +-
 src/unittest/CMakeLists.txt                        |   5 -
 src/unittest/learning/CMakeLists.txt               |  51 --
 src/unittest/learning/test_dataset.cxx             | 150 -----
 src/unittest/learning/test_dataset_io.cxx          | 101 ---
 .../learning/test_generalized_hammingloss.cxx      |  65 --
 src/unittest/learning/test_gridsearch_learner.cxx  |  90 ---
 src/unittest/learning/test_learning.cxx            | 233 -------
 .../learning/test_maximum_likelihood_learner.cxx   | 126 ----
 src/unittest/learning/test_subgradient_ssvm.cxx    | 238 -------
 src/unittest/test_learnable_functions.cxx          |  79 ---
 66 files changed, 19 insertions(+), 10016 deletions(-)

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