MCPcopy Create free account
hub / github.com/biometrics/openbr / boostedforest.cpp

File boostedforest.cpp

openbr/plugins/classification/boostedforest.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <openbr/plugins/openbr_internal.h>
2#include <openbr/core/boost.h>
3
4#define THRESHOLD_EPS 1e-5

Callers

nothing calls this directly

Calls 15

buildTreeRecursiveFunction · 0.85
classifyFunction · 0.85
numFeaturesFunction · 0.85
windowSizeFunction · 0.85
loadRecursiveFunction · 0.85
storeRecursiveFunction · 0.85
getThresholdMethod · 0.80
getClassifersMethod · 0.80
maxCatCountMethod · 0.80
evaluateMethod · 0.80
numFeaturesMethod · 0.80
preprocessMethod · 0.80

Tested by

no test coverage detected