|
Marsyas
0.6.0-alpha
|
Calculate SimilarityMatrix of a (parallel) set of feature vectors at input. More...
#include <SimilarityMatrix.h>
Inherits MarSystem.
Public Types | |
| enum | covMatrixType { noCovMatrix = 0, fixedStdDev = 1, diagCovMatrix = 2, fullCovMatrix = 3 } |
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| SimilarityMatrix (std::string name) | |
| SimilarityMatrix (const SimilarityMatrix &a) | |
| ~SimilarityMatrix () | |
Calculate SimilarityMatrix of a (parallel) set of feature vectors at input.
Controls:
Definition at line 23 of file SimilarityMatrix.h.
| enum covMatrixType |
Definition at line 47 of file SimilarityMatrix.h.
| SimilarityMatrix | ( | std::string | name | ) |
Definition at line 6 of file SimilarityMatrix.cpp.
| SimilarityMatrix | ( | const SimilarityMatrix & | a | ) |
Definition at line 12 of file SimilarityMatrix.cpp.
| ~SimilarityMatrix | ( | ) |
Definition at line 22 of file SimilarityMatrix.cpp.
Implements MarSystem.
Definition at line 27 of file SimilarityMatrix.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 140 of file SimilarityMatrix.cpp.
1.7.6.1