Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
sophisticated_chunking.hpp File Reference
#include "chunk_common.hpp"
#include <algorithm>
#include <cmath>
#include <map>
#include <memory>
#include <numeric>
#include <random>
#include <set>
#include <stdexcept>
#include <string>
#include <type_traits>
#include <vector>
+ Include dependency graph for sophisticated_chunking.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sophisticated_chunking::DTWChunking< T >
 Dynamic time warping based chunking for sequence alignment. More...
 
class  sophisticated_chunking::MutualInformationChunking< T >
 Information theory based chunking using mutual information. More...
 
class  sophisticated_chunking::WaveletChunking< T >
 Wavelet-based chunking strategy using signal processing principles. More...
 

Namespaces

namespace  sophisticated_chunking