|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
explicit |
Constructs an estimator with the specified model.
| model | Characterization strategy (default: EWM_VARIANCE) |
| adapt_rate | Blend rate for EWM_VARIANCE, ignored by other models. Smaller values remember longer, larger values adapt faster. Range (0, 1]. |
| window | Sample count for windowed models (ROLLING_VARIANCE, MEDIAN_ABSOLUTE_DEVIATION, QUIET_PERIOD_FLOOR, TREND). Ignored by EWM_VARIANCE. |
Definition at line 5 of file Estimate.cpp.