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

Method MLModel

csharp_package/brainflow/brainflow/ml_model.cs:20–24  ·  view source on GitHub ↗

Create an instance of MLModel class

(BrainFlowModelParams input_params)

Source from the content-addressed store, hash-verified

18 /// </summary>
19 /// <param name="input_params"></param>
20 public MLModel (BrainFlowModelParams input_params)
21 {
22 this.input_json = input_params.to_json ();
23 this.input_params = input_params;
24 }
25
26 /// <summary>
27 /// release all classifiers

Callers

nothing calls this directly

Calls 1

to_jsonMethod · 0.45

Tested by

no test coverage detected