-
- Downloads
Implemented strong and weak classifiers (only LUT so far) in C++.
Showing
- buildout.cfg 7 additions, 3 deletionsbuildout.cfg
- outputstat 0 additions, 0 deletionsoutputstat
- profile_dump 0 additions, 0 deletionsprofile_dump
- setup.py 41 additions, 4 deletionssetup.py
- xbob/boosting/__init__.py 5 additions, 0 deletionsxbob/boosting/__init__.py
- xbob/boosting/core/boosting.py 38 additions, 18 deletionsxbob/boosting/core/boosting.py
- xbob/boosting/core/trainers.py 11 additions, 8 deletionsxbob/boosting/core/trainers.py
- xbob/boosting/cpp/Machines.h 90 additions, 0 deletionsxbob/boosting/cpp/Machines.h
- xbob/boosting/cpp/bindings.cpp 42 additions, 0 deletionsxbob/boosting/cpp/bindings.cpp
- xbob/boosting/cpp/boosted_machine.cpp 119 additions, 0 deletionsxbob/boosting/cpp/boosted_machine.cpp
- xbob/boosting/cpp/lutmachine.cpp 80 additions, 0 deletionsxbob/boosting/cpp/lutmachine.cpp
- xbob/boosting/tests/__init__.py 0 additions, 0 deletionsxbob/boosting/tests/__init__.py
- xbob/boosting/tests/test_machines.py 79 additions, 47 deletionsxbob/boosting/tests/test_machines.py
Loading
Please register or sign in to comment