#include <EM.h>
int EM::getBinCount |
( |
| ) |
const |
|
inline |
const float* EM::getEstimate |
( |
| ) |
const |
|
inline |
Return the estimated distribution after the current iteration. Like the input, this will have getBinCount() values.
int EM::getNoteCount |
( |
| ) |
const |
|
inline |
const float* EM::getPitchDistribution |
( |
| ) |
const |
|
inline |
Return the pitch distribution for the current estimate. The returned array has getNoteCount() values.
int EM::getShiftCount |
( |
| ) |
const |
|
inline |
const float* const* EM::getShifts |
( |
| ) |
const |
|
inline |
int EM::getSourceCount |
( |
| ) |
const |
|
inline |
const float* const* EM::getSources |
( |
| ) |
const |
|
inline |
void EM::iterate |
( |
const double * |
column | ) |
|
Carry out one iteration using the given column as input. The column must have getBinCount() values.
void EM::setPitchSparsity |
( |
float |
sparsity | ) |
|
|
inline |
void EM::setSourceSparsity |
( |
float |
sparsity | ) |
|
|
inline |
The documentation for this class was generated from the following files: