-
- Downloads
re-organized and cleaned up code; removed old feature implementations;...
re-organized and cleaned up code; removed old feature implementations; re-designed Boosting class (scripts won't work with this any longer)
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- buildout.cfg 3 additions, 0 deletionsbuildout.cfg
- setup.py 17 additions, 35 deletionssetup.py
- xbob/boosting/__init__.py 4 additions, 4 deletionsxbob/boosting/__init__.py
- xbob/boosting/core/__init__.py 0 additions, 3 deletionsxbob/boosting/core/__init__.py
- xbob/boosting/core/boosting.py 0 additions, 387 deletionsxbob/boosting/core/boosting.py
- xbob/boosting/core/losses.py 0 additions, 215 deletionsxbob/boosting/core/losses.py
- xbob/boosting/core/trainers.py 0 additions, 603 deletionsxbob/boosting/core/trainers.py
- xbob/boosting/cpp/BoostedMachine.cpp 9 additions, 7 deletionsxbob/boosting/cpp/BoostedMachine.cpp
- xbob/boosting/cpp/BoostedMachine.h 69 additions, 0 deletionsxbob/boosting/cpp/BoostedMachine.h
- xbob/boosting/cpp/Functions.h 24 additions, 0 deletionsxbob/boosting/cpp/Functions.h
- xbob/boosting/cpp/LUTMachine.cpp 28 additions, 14 deletionsxbob/boosting/cpp/LUTMachine.cpp
- xbob/boosting/cpp/LUTMachine.h 52 additions, 0 deletionsxbob/boosting/cpp/LUTMachine.h
- xbob/boosting/cpp/Machines.h 0 additions, 150 deletionsxbob/boosting/cpp/Machines.h
- xbob/boosting/cpp/StumpMachine.cpp 1 addition, 1 deletionxbob/boosting/cpp/StumpMachine.cpp
- xbob/boosting/cpp/StumpMachine.h 49 additions, 0 deletionsxbob/boosting/cpp/StumpMachine.h
- xbob/boosting/cpp/WeakMachine.h 38 additions, 0 deletionsxbob/boosting/cpp/WeakMachine.h
- xbob/boosting/cpp/bindings.cpp 26 additions, 8 deletionsxbob/boosting/cpp/bindings.cpp
- xbob/boosting/features/__init__.py 0 additions, 1 deletionxbob/boosting/features/__init__.py
- xbob/boosting/features/local_feature.py 0 additions, 247 deletionsxbob/boosting/features/local_feature.py
Loading
Please register or sign in to comment