Voss Connection Detection
1
Detect a connector click using realtime code on Bela hardware
|
Classifier class, performs the connection detection on given features. More...
#include <classifier.h>
Public Member Functions | |
Classifier () | |
bool | classify (const ComputedFeatures &ft) |
Perform classification, i.e. detect the threshold. More... | |
Classifier class, performs the connection detection on given features.
Definition at line 17 of file classifier.h.
|
inline |
Definition at line 19 of file classifier.h.
bool Classifier::classify | ( | const ComputedFeatures & | ft | ) |
Perform classification, i.e. detect the threshold.
ft | Computed features to be used in the classification. |
Definition at line 7 of file classifier.cpp.