|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Quality metrics and analysis tools for chunk evaluation. More...
#include "chunk_common.hpp"#include <algorithm>#include <cmath>#include <limits>#include <map>#include <stdexcept>#include <string>#include <vector>
Include dependency graph for chunk_metrics.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | chunk_metrics::ChunkQualityAnalyzer< T > |
Namespaces | |
| namespace | chunk_metrics |
| namespace | chunk_metrics::detail |
Functions | |
| template<typename T > | |
| bool | chunk_metrics::detail::is_valid_chunk (const std::vector< T > &chunk) |
| template<typename T > | |
| double | chunk_metrics::detail::safe_distance (const T &a, const T &b) |
| template<typename T > | |
| double | chunk_metrics::detail::safe_mean (const std::vector< T > &data) |
Quality metrics and analysis tools for chunk evaluation.
Definition in file chunk_metrics.hpp.