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

Method release_all

csharp_package/brainflow/brainflow/ml_model.cs:29–36  ·  view source on GitHub ↗

release all classifiers

()

Source from the content-addressed store, hash-verified

27 /// release all classifiers
28 /// </summary>
29 public static void release_all ()
30 {
31 int res = MLModuleLibrary.release_all ();
32 if (res != (int)BrainFlowExitCodes.STATUS_OK)
33 {
34 throw new BrainFlowError (res);
35 }
36 }
37
38 /// <summary>
39 /// set log level, logger is disabled by default

Callers

nothing calls this directly

Calls 1

release_allMethod · 0.65

Tested by

no test coverage detected