-
- Downloads
The first commit for boosting
Showing
- .gitignore 13 additions, 0 deletions.gitignore
- MANIFEST.in 2 additions, 0 deletionsMANIFEST.in
- bootstrap.py 184 additions, 0 deletionsbootstrap.py
- buildout.cfg 13 additions, 0 deletionsbuildout.cfg
- docs/conf.py 285 additions, 0 deletionsdocs/conf.py
- docs/index.rst 12 additions, 0 deletionsdocs/index.rst
- setup.py 119 additions, 0 deletionssetup.py
- xbob/__init__.py 2 additions, 0 deletionsxbob/__init__.py
- xbob/boosting/__init__.py 1 addition, 0 deletionsxbob/boosting/__init__.py
- xbob/boosting/core/BoostTrainer.py 155 additions, 0 deletionsxbob/boosting/core/BoostTrainer.py
- xbob/boosting/core/DummyBoost.py 548 additions, 0 deletionsxbob/boosting/core/DummyBoost.py
- xbob/boosting/core/StumpTrainer.py 171 additions, 0 deletionsxbob/boosting/core/StumpTrainer.py
- xbob/boosting/core/__init__.py 1 addition, 0 deletionsxbob/boosting/core/__init__.py
- xbob/boosting/core/adaboost.py 132 additions, 0 deletionsxbob/boosting/core/adaboost.py
- xbob/boosting/core/baseloss.py 59 additions, 0 deletionsxbob/boosting/core/baseloss.py
- xbob/boosting/core/boostMachine.py 56 additions, 0 deletionsxbob/boosting/core/boostMachine.py
- xbob/boosting/core/booster.py 572 additions, 0 deletionsxbob/boosting/core/booster.py
- xbob/boosting/core/lutboost.py 109 additions, 0 deletionsxbob/boosting/core/lutboost.py
- xbob/boosting/core/tboost.py 173 additions, 0 deletionsxbob/boosting/core/tboost.py
- xbob/boosting/core/weaklearner.py 107 additions, 0 deletionsxbob/boosting/core/weaklearner.py
Loading
Please sign in to comment