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

◆ reset()

void MayaFlux::Kinesis::Stochastic::Estimate::reset ( )

Resets internal state.

Memoryless usage is unaffected since Estimate has none; this clears all accumulated running state and window contents.

Definition at line 28 of file Estimate.cpp.

29{
30 m_state.reset();
32}
Memory::HistoryBuffer< double > m_history
Definition Estimate.hpp:400
void reset()
Reset buffer to initial state (all zeros)

References m_history, m_state, MayaFlux::Kinesis::Stochastic::EstimateState::reset(), and MayaFlux::Memory::HistoryBuffer< T >::reset().

Referenced by set_model().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: