Marsyas
0.6.0-alpha
|
Calculate Similarity Matrix of a set of feature vectors at input. More...
#include <SelfSimilarityMatrix.h>
Inherits MarSystem.
Public Types | |
enum | covMatrixType { noCovMatrix = 0, fixedStdDev = 1, diagCovMatrix = 2, fullCovMatrix = 3 } |
enum | mode { outputDistanceMatrix = 0, outputPairDistance = 1 } |
Public Member Functions | |
MarSystem * | clone () const |
void | myProcess (realvec &in, realvec &out) |
Processes data. | |
SelfSimilarityMatrix (std::string name) | |
SelfSimilarityMatrix (const SelfSimilarityMatrix &a) | |
~SelfSimilarityMatrix () |
Calculate Similarity Matrix of a set of feature vectors at input.
Controls:
Definition at line 38 of file SelfSimilarityMatrix.h.
enum covMatrixType |
Definition at line 63 of file SelfSimilarityMatrix.h.
enum mode |
Definition at line 70 of file SelfSimilarityMatrix.h.
SelfSimilarityMatrix | ( | std::string | name | ) |
Definition at line 24 of file SelfSimilarityMatrix.cpp.
SelfSimilarityMatrix | ( | const SelfSimilarityMatrix & | a | ) |
Definition at line 30 of file SelfSimilarityMatrix.cpp.
~SelfSimilarityMatrix | ( | ) |
Definition at line 43 of file SelfSimilarityMatrix.cpp.
Implements MarSystem.
Definition at line 48 of file SelfSimilarityMatrix.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 195 of file SelfSimilarityMatrix.cpp.