|
void | transform (Archive *) |
| Defined by derived classes.
|
|
TextInterface::Parser * | get_interface () |
| Get the text interface to the configuration attributes.
|
|
void | set_expression (const std::string &) |
| Set the statistical expression.
|
|
std::string | get_expression () const |
| Get the statistical expression.
|
|
void | set_statistic (ArchiveStatistic *) |
| Set the statistic.
|
|
ArchiveStatistic * | get_statistic () const |
| Get the statistic.
|
|
void | set_logarithmic (bool flag=true) |
| Set flag to compute the logarithm of the statistic.
|
|
bool | get_logarithmic () const |
| Get flag to compute the logarithm of the statistic.
|
|
void | set_smoother (TimeFrequencySmooth *) |
| Set the smoother.
|
|
TimeFrequencySmooth * | get_smoother () const |
| Get the smoother.
|
|
void | set_masker (TimeFrequencyMask *) |
| Set the masker.
|
|
TimeFrequencyMask * | get_masker () const |
| Get the masker.
|
|
void | set_cutoff_threshold (float t) |
| Set the cut-off threshold.
|
|
float | get_cutoff_threshold () const |
| Get the cut-off threshold.
|
|
void | set_fscrunch (const ScrunchFactor &f) |
| Set the frequency scrunch factor.
|
|
const ScrunchFactor | get_fscrunch () const |
| Get the frequency scrunch factor.
|
|
void | set_bscrunch (const ScrunchFactor &f) |
| Compute covariance matrix from bscrunched clone of data.
|
|
const ScrunchFactor | get_bscrunch () const |
| Get the phase bin scrunch factor.
|
|
void | set_max_iterations (unsigned n) |
| Set the maximum number of iterations.
|
|
unsigned | get_max_iterations () const |
| Get the maximum number of iterations.
|
|
void | set_jobs (const std::string &p) |
| Set tasks performed on clone before computing statistic.
|
|
std::string | get_jobs () const |
| Get tasks performed on clone before computing statistic.
|
|
void | set_polarizations (const std::string &p) |
| Set the list of polns to look at.
|
|
std::string | get_polarizations () const |
| Get the list of polns to look at.
|
|
void | set_recompute (bool flag=true) |
| Set flag to recompute the statistic on each iteration.
|
|
bool | get_recompute () const |
| Get flag to recompute the statistic on each iteration.
|
|
void | set_report (bool flag=true) |
| Set flag to print a one-line report.
|
|
bool | get_report () const |
| Get flag to print a one-line report.
|
|
void | set_filename (const std::string &name) |
| Set name of file to which data are printed.
|
|
const std::string & | get_filename () const |
| Get name of file to which data are printed.
|
|
void | set_aux_filename (const std::string &name) |
| Set name of file to which auxiliary data are printed.
|
|
const std::string & | get_aux_filename () const |
| Get name of file to which auxiliary data are printed.
|
|
void | operator() (Archive *container) |
| Functor interface.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|