|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< double > MayaFlux::Kinesis::Discrete::mode | ( | std::span< const double > | data, |
| size_t | n_windows, | ||
| uint32_t | hop_size, | ||
| uint32_t | window_size | ||
| ) |
Mode per window via tolerance-bucketed frequency count.
Buckets values at tolerance 1e-10 and returns the mean of the most frequent bucket.
Definition at line 559 of file Analysis.cpp.
Referenced by MayaFlux::Yantra::StatisticalAnalyzer< InputType, OutputType >::compute_statistical_values(), and mode().
Here is the call graph for this function:
Here is the caller graph for this function: