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

Method MLModel

cpp_package/src/ml_model.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34MLModel::MLModel (struct BrainFlowModelParams model_params) : params (model_params)
35{
36 serialized_params = params_to_string (model_params);
37}
38
39void MLModel::prepare ()
40{

Callers

nothing calls this directly

Calls 1

params_to_stringFunction · 0.70

Tested by

no test coverage detected