MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / DynLibClassifier

Method DynLibClassifier

src/ml/inc/dyn_lib_classifier.h:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11public:
12 DynLibClassifier (struct BrainFlowModelParams params) : BaseClassifier (params)
13 {
14 dll_loader = NULL;
15 }
16
17 ~DynLibClassifier () override
18 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected