Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ set_log_file_ml_module
Function
set_log_file_ml_module
src/ml/ml_module.cpp:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
int set_log_file_ml_module (const char *log_file)
178
{
179
std::lock_guard<std::mutex> lock (models_mutex);
180
return BaseClassifier::set_log_file (log_file);
181
}
182
183
int release_all ()
184
{
Callers
2
set_log_file
Method · 0.85
set_log_file
Function · 0.85
Calls
1
set_log_file
Function · 0.50
Tested by
no test coverage detected