|
Marsyas
0.6.0-alpha
|
Computes the Normalized Cut for an input similarity matrix. More...
#include <NormCut.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| NormCut (std::string name) | |
| NormCut (const NormCut &a) | |
| ~NormCut () | |
Computes the Normalized Cut for an input similarity matrix.
| NormCut | ( | std::string | name | ) |
Definition at line 37 of file NormCut.cpp.
Definition at line 48 of file NormCut.cpp.
| ~NormCut | ( | ) |
Definition at line 59 of file NormCut.cpp.
Implements MarSystem.
Definition at line 65 of file NormCut.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 113 of file NormCut.cpp.
1.7.6.1