| 14 | import {resolveLibPath} from './lib_path'; |
| 15 | |
| 16 | export class BrainFlowModelParams |
| 17 | { |
| 18 | public inputParams: IBrainFlowModelParams = { |
| 19 | metric: BrainFlowMetrics.USER_DEFINED, |
nothing calls this directly
no outgoing calls
no test coverage detected