iCub-main
|
Abstract class for outliers detection. More...
#include <outliersDetection.h>
Public Member Functions | |
virtual std::set< size_t > | detect (const yarp::sig::Vector &data, const yarp::os::Property &options)=0 |
Perform outliers detection over the provided data. More... | |
virtual | ~OutliersDetection () |
Virtual destructor. More... | |
Abstract class for outliers detection.
Definition at line 42 of file outliersDetection.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 57 of file outliersDetection.h.
|
pure virtual |
Perform outliers detection over the provided data.
data | contains points to be verified. |
options | contains detection options. |
Implemented in iCub::ctrl::ModifiedThompsonTau.