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

Method classifier

rust_package/brainflow/src/brainflow_model_params.rs:66–69  ·  view source on GitHub ↗

Classifier to use.

(mut self, classifier: BrainFlowClassifiers)

Source from the content-addressed store, hash-verified

64
65 /// Classifier to use.
66 pub fn classifier(mut self, classifier: BrainFlowClassifiers) -> Self {
67 self.params.classifier = classifier;
68 self
69 }
70
71 /// File to load model.
72 pub fn file<S: AsRef<str>>(mut self, file: S) -> Self {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected