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

Method release

cpp_package/src/ml_model.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void MLModel::release ()
65{
66 int res = ::release (serialized_params.c_str ());
67 if (res != (int)BrainFlowExitCodes::STATUS_OK)
68 {
69 throw BrainFlowException ("failed to release classifier", res);
70 }
71}
72
73/////////////////////////////////////////
74//////////// logging methods ////////////

Callers

nothing calls this directly

Calls 2

BrainFlowExceptionClass · 0.85
releaseFunction · 0.50

Tested by

no test coverage detected