|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Cell with the most observations within the most recent window observations.
| window | Number of recent observations to examine, clamped to the trajectory's retained history capacity |
Ties resolve to whichever qualifying cell appears first in the scan, which is the most recent one among ties since the underlying HistoryBuffer is newest-first; not documented as a guarantee beyond "deterministic," since which specific tie-break rule matters is a caller decision this does not presume to make.
Definition at line 180 of file SymbolicTrajectory.hpp.
References MayaFlux::Memory::HistoryBuffer< T >::capacity(), count, MayaFlux::Memory::HistoryBuffer< T >::linearized_view(), and MayaFlux::Kinesis::SymbolicTrajectory< LatticeT, CellT >::m_history.
Here is the call graph for this function: