MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_model()

void MayaFlux::Kinesis::Stochastic::Estimate::set_model ( EstimateModel  model)

Changes active model.

Parameters
modelNew characterization model

Resets internal state when switching models, matching Stochastic::set_algorithm.

Definition at line 13 of file Estimate.cpp.

14{
15 if (m_model != model) {
16 m_model = model;
17 reset();
18 }
19}
void reset()
Resets internal state.
Definition Estimate.cpp:28

References m_model, and reset().

+ Here is the call graph for this function: