casa
5.7.0-16
|
#include <DenoisingLib.h>
Public Member Functions | |
GslPolynomialModel (size_t ndata, size_t order) | |
GslPolynomialModel (const Vector< T > &data_x, size_t order) | |
Vector< Float > & | getLinearComponentFloat () |
Public Member Functions inherited from casa::denoising::GslLinearModelBase< T > | |
GslLinearModelBase (size_t ndata, size_t ncomponents) | |
size_t | ndata () |
size_t | ncomponents () |
Matrix< T > & | getModelMatrix () |
Vector< T > | getModelAt (size_t pos) |
Private Member Functions | |
void | initLinearComponentFloat () |
Private Attributes | |
Vector< Float > | linear_component_float_p |
Additional Inherited Members | |
Protected Attributes inherited from casa::denoising::GslLinearModelBase< T > | |
Matrix< T > | model_p |
size_t | ndata_p |
size_t | ncomponents_p |
Definition at line 74 of file DenoisingLib.h.
|
inline |
Initialize model
Populate linear components
Populate higher orders
Definition at line 85 of file DenoisingLib.h.
|
inline |
Calculate scale
Populate linear components
Populate higher orders
Definition at line 109 of file DenoisingLib.h.
Definition at line 132 of file DenoisingLib.h.
|
inlineprivate |
Definition at line 140 of file DenoisingLib.h.
Definition at line 149 of file DenoisingLib.h.