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