|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Functions | |
| template<typename T > | |
| bool | is_valid_chunk (const std::vector< T > &chunk) |
| template<typename T > | |
| double | safe_distance (const T &a, const T &b) |
| template<typename T > | |
| double | safe_mean (const std::vector< T > &data) |
| bool chunk_metrics::detail::is_valid_chunk | ( | const std::vector< T > & | chunk | ) |
Definition at line 23 of file chunk_metrics.hpp.
| double chunk_metrics::detail::safe_distance | ( | const T & | a, |
| const T & | b | ||
| ) |
Definition at line 45 of file chunk_metrics.hpp.
| double chunk_metrics::detail::safe_mean | ( | const std::vector< T > & | data | ) |
Definition at line 29 of file chunk_metrics.hpp.