-
- Downloads
Unified losses; added jesorsky loss; implemented weighted hisdtogram in C++;...
Unified losses; added jesorsky loss; implemented weighted hisdtogram in C++; implemented missing recall.
Showing
- buildout.cfg 1 addition, 2 deletionsbuildout.cfg
- setup.py 9 additions, 9 deletionssetup.py
- xbob/boosting/__init__.py 1 addition, 1 deletionxbob/boosting/__init__.py
- xbob/boosting/core/boosting.py 10 additions, 5 deletionsxbob/boosting/core/boosting.py
- xbob/boosting/core/losses.py 197 additions, 263 deletionsxbob/boosting/core/losses.py
- xbob/boosting/core/trainers.py 3 additions, 11 deletionsxbob/boosting/core/trainers.py
- xbob/boosting/cpp/Machines.h 33 additions, 10 deletionsxbob/boosting/cpp/Machines.h
- xbob/boosting/cpp/bindings.cpp 30 additions, 21 deletionsxbob/boosting/cpp/bindings.cpp
- xbob/boosting/cpp/boosted_machine.cpp 31 additions, 7 deletionsxbob/boosting/cpp/boosted_machine.cpp
- xbob/boosting/cpp/lutmachine.cpp 19 additions, 4 deletionsxbob/boosting/cpp/lutmachine.cpp
- xbob/boosting/cpp/stumpmachine.cpp 2 additions, 2 deletionsxbob/boosting/cpp/stumpmachine.cpp
- xbob/boosting/tests/test_loss_exp.py 10 additions, 10 deletionsxbob/boosting/tests/test_loss_exp.py
- xbob/boosting/tests/test_loss_exp_multivariate.py 17 additions, 18 deletionsxbob/boosting/tests/test_loss_exp_multivariate.py
- xbob/boosting/tests/test_loss_jes_multivariate.py 84 additions, 0 deletionsxbob/boosting/tests/test_loss_jes_multivariate.py
- xbob/boosting/tests/test_loss_log.py 11 additions, 11 deletionsxbob/boosting/tests/test_loss_log.py
- xbob/boosting/tests/test_loss_log_multivariate.py 7 additions, 7 deletionsxbob/boosting/tests/test_loss_log_multivariate.py
- xbob/boosting/tests/test_trainer_lut.py 17 additions, 2 deletionsxbob/boosting/tests/test_trainer_lut.py
Loading
Please register or sign in to comment