|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Semantic boundaries-based chunking implementation. More...
#include <advanced_structures.hpp>
Public Member Functions | |
| SemanticBoundariesChunk (double threshold=0.5) | |
| std::vector< std::vector< T > > | chunk (const std::vector< T > &data) |
Protected Member Functions | |
| virtual bool | isBoundary (const std::vector< T > &chunk) |
Private Attributes | |
| double | boundary_threshold |
Semantic boundaries-based chunking implementation.
| T | The type of elements to be chunked |
Definition at line 505 of file advanced_structures.hpp.
|
inlineexplicit |
Definition at line 510 of file advanced_structures.hpp.
|
inline |
Definition at line 512 of file advanced_structures.hpp.
References advanced_structures::SemanticBoundariesChunk< T >::isBoundary().
Referenced by advanced_structures::SemanticBoundariesChunk< T >::isBoundary(), and TEST().
|
inlineprotectedvirtual |
Definition at line 534 of file advanced_structures.hpp.
References advanced_structures::SemanticBoundariesChunk< T >::chunk().
Referenced by advanced_structures::SemanticBoundariesChunk< T >::chunk().
|
private |
Definition at line 507 of file advanced_structures.hpp.