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

Method getInstance

nodejs_package/brainflow/ml_model.ts:104–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 public static getInstance(): MLModuleDLL
105 {
106 if (!MLModuleDLL.instance)
107 {
108 MLModuleDLL.instance = new MLModuleDLL ();
109 }
110 return MLModuleDLL.instance;
111 }
112}
113
114export class MLModel

Callers 8

getVersionMethod · 0.45
setLogLevelMethod · 0.45
setLogFileMethod · 0.45
logMessageMethod · 0.45
prepareMethod · 0.45
predictMethod · 0.45
releaseMethod · 0.45
releaseAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected