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

Method prepare

csharp_package/brainflow/brainflow/ml_model.cs:105–112  ·  view source on GitHub ↗

Prepare classifier

()

Source from the content-addressed store, hash-verified

103 /// Prepare classifier
104 /// </summary>
105 public void prepare ()
106 {
107 int res = MLModuleLibrary.prepare (input_json);
108 if (res != (int)BrainFlowExitCodes.STATUS_OK)
109 {
110 throw new BrainFlowError (res);
111 }
112 }
113
114 /// <summary>
115 /// Release classifier

Callers

nothing calls this directly

Calls 1

prepareMethod · 0.65

Tested by

no test coverage detected