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

Method BaseClassifier

src/ml/inc/base_classifier.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 static int set_log_file (const char *log_file);
15
16 BaseClassifier (struct BrainFlowModelParams model_params) : params (model_params)
17 {
18 skip_logs = false;
19 }
20
21 virtual ~BaseClassifier ()
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected