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

Method default

rust_package/brainflow/src/brainflow_model_params.rs:35–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34impl Default for BrainFlowModelParams {
35 fn default() -> Self {
36 Self {
37 metric: BrainFlowMetrics::Mindfulness,
38 classifier: BrainFlowClassifiers::DefaultClassifier,
39 file: Default::default(),
40 other_info: Default::default(),
41 output_name: "".to_string(),
42 max_array_size: 8192,
43 }
44 }
45}
46
47/// Builder for [BrainFlowModelParams].

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected