|
iCub-main
|
Abstract class for outliers detection. More...
#include <outliersDetection.h>
Inheritance diagram for iCub::ctrl::OutliersDetection: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. | |
| virtual | ~OutliersDetection () |
| Virtual destructor. | |
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.