Voss Connection Detection  1
Detect a connector click using realtime code on Bela hardware
Classifier Class Reference

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...
 

Detailed Description

Classifier class, performs the connection detection on given features.

Definition at line 17 of file classifier.h.

Constructor & Destructor Documentation

◆ Classifier()

Classifier::Classifier ( )
inline

Definition at line 19 of file classifier.h.

Member Function Documentation

◆ classify()

bool Classifier::classify ( const ComputedFeatures ft)

Perform classification, i.e. detect the threshold.

Parameters
ftComputed features to be used in the classification.
Returns
true when a connection has been detected on the features

Definition at line 7 of file classifier.cpp.


The documentation for this class was generated from the following files: