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

Method release

rust_package/brainflow/src/ml_model.rs:51–54  ·  view source on GitHub ↗

Release classifier.

(&self)

Source from the content-addressed store, hash-verified

49
50 /// Release classifier.
51 pub fn release(&self) -> Result<()> {
52 let res = unsafe { ml_module::release(self.json_model_params.as_ptr()) };
53 Ok(check_brainflow_exit_code(res)?)
54 }
55}
56
57/// Set BrainFlow ML log level.

Callers

nothing calls this directly

Calls 2

releaseFunction · 0.50

Tested by

no test coverage detected