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

Method release_all

cpp_package/src/ml_model.cpp:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12void MLModel::release_all ()
13{
14 int res = ::release_all ();
15 if (res != (int)BrainFlowExitCodes::STATUS_OK)
16 {
17 throw BrainFlowException ("failed to release classifiers", res);
18 }
19}
20
21std::string params_to_string (struct BrainFlowModelParams params)
22{

Callers

nothing calls this directly

Calls 2

BrainFlowExceptionClass · 0.85
release_allFunction · 0.50

Tested by

no test coverage detected