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

Method release

csharp_package/brainflow/brainflow/ml_model.cs:117–124  ·  view source on GitHub ↗

Release classifier

()

Source from the content-addressed store, hash-verified

115 /// Release classifier
116 /// </summary>
117 public void release ()
118 {
119 int res = MLModuleLibrary.release (input_json);
120 if (res != (int)BrainFlowExitCodes.STATUS_OK)
121 {
122 throw new BrainFlowError (res);
123 }
124 }
125
126 /// <summary>
127 /// Get score of classifier

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.65

Tested by

no test coverage detected