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

Class BrainFlowClassifiers

python_package/brainflow/ml_model.py:24–29  ·  view source on GitHub ↗

Enum to store all supported classifiers

Source from the content-addressed store, hash-verified

22
23
24class BrainFlowClassifiers(enum.IntEnum):
25 """Enum to store all supported classifiers"""
26
27 DEFAULT_CLASSIFIER = 0 #:
28 DYN_LIB_CLASSIFIER = 1 #:
29 ONNX_CLASSIFIER = 2 #:
30
31
32class BrainFlowModelParams(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected