AlgoBase

class AlgoBase

AlgoBase is the abstract base class for all algorithm.

AlgoBase is the abstract base class for all the algorithm classes. It contain the definition of the common methods. An algorithm is a class with one or more execute() methods, with a variable number of parameters.

Subclassed by tsa::AR2, tsa::AR2Parcor, tsa::ARMAFilter, tsa::ArBurgEstimator, tsa::ArDurbinEstimator, tsa::Arma2Psd, tsa::Arma2TF, tsa::BLInterpolation, tsa::BaseFFT, tsa::BaseWindow, tsa::ButterworthFilter, tsa::ChannelDescriptor, tsa::DoubleWhitening, tsa::FrameIChannel, tsa::FrameIStream, tsa::LSLLearning, tsa::LSLfilter, tsa::LatticeFilter, tsa::LeastSquaresLattice, tsa::NotchWidrow, tsa::Parcor2AR, tsa::RLSCanceler, tsa::SelectionOrderCriteria, tsa::TF2PSD, tsa::Util, tsa::VArma2TF, tsa::ViewUtil, tsa::WDF2Classify, tsa::WDF2Reconstruct, tsa::WavReconstruction, tsa::WaveletTransform