Marsyas
0.6.0-alpha
|
Computes metrics (e.g. euclidean, mahalanobis, cosine, etc) between two realvecs. More...
#include <Metric.h>
Inherits MarSystem.
Public Member Functions | |
MarSystem * | clone () const |
Metric (std::string name) | |
Metric (const Metric &a) | |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
~Metric () |
Computes metrics (e.g. euclidean, mahalanobis, cosine, etc) between two realvecs.
Controls:
Metric | ( | std::string | name | ) |
Definition at line 34 of file Metric.cpp.
Definition at line 39 of file Metric.cpp.
~Metric | ( | ) |
Definition at line 45 of file Metric.cpp.
Implements MarSystem.
Definition at line 51 of file Metric.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 111 of file Metric.cpp.