Marsyas
0.6.0-alpha
|
Detect changes between to succeeding segments using BIC. More...
#include <BICchangeDetector.h>
Inherits MarSystem.
Public Member Functions | |
BICchangeDetector (std::string name) | |
default constructor | |
BICchangeDetector (const BICchangeDetector &a) | |
copy constructor | |
MarSystem * | clone () const |
clones using the copy constructor | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~BICchangeDetector () |
Detect changes between to succeeding segments using BIC.
Detect changes between two succeeding segments using divergenceShape (or BattacharyyaShape), and validation using BIC and quasi-GMM modeling
Definition at line 43 of file BICchangeDetector.h.
BICchangeDetector | ( | std::string | name | ) |
default constructor
name | - the name of the change detector |
Definition at line 36 of file BICchangeDetector.cpp.
BICchangeDetector | ( | const BICchangeDetector & | a | ) |
copy constructor
a | - the detector to be copied |
Definition at line 51 of file BICchangeDetector.cpp.
~BICchangeDetector | ( | ) |
Definition at line 68 of file BICchangeDetector.cpp.
clones using the copy constructor
Implements MarSystem.
Definition at line 80 of file BICchangeDetector.cpp.
Processes data.
in | Input data to read. |
out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 192 of file BICchangeDetector.cpp.