|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Include dependency graph for chunk_strategies_test.cpp:Go to the source code of this file.
Classes | |
| class | EntropyStrategyTest |
| class | QuantileStrategyTest |
| class | VarianceStrategyTest |
Macros | |
| #define | CHUNK_PROCESSING_CHUNK_STRATEGIES_TEST_HPP |
Functions | |
| TEST_F (EntropyStrategyTest, BasicOperation) | |
| TEST_F (EntropyStrategyTest, ConstantData) | |
| TEST_F (EntropyStrategyTest, HighEntropyData) | |
| TEST_F (EntropyStrategyTest, LowEntropyData) | |
| TEST_F (EntropyStrategyTest, MixedEntropyData) | |
| TEST_F (EntropyStrategyTest, ZeroThreshold) | |
| TEST_F (VarianceStrategyTest, BasicOperation) | |
| TEST_F (VarianceStrategyTest, HighVarianceData) | |
| TEST_F (VarianceStrategyTest, LowVarianceData) | |
| TEST_F (VarianceStrategyTest, MixedVarianceData) | |
| TEST_F (VarianceStrategyTest, SingleElement) | |
| TEST_F (VarianceStrategyTest, ZeroThreshold) | |
| #define CHUNK_PROCESSING_CHUNK_STRATEGIES_TEST_HPP |
Definition at line 2 of file chunk_strategies_test.cpp.
| TEST_F | ( | EntropyStrategyTest | , |
| BasicOperation | |||
| ) |
Definition at line 38 of file chunk_strategies_test.cpp.
References chunk_processing::EntropyStrategy< T >::apply().
| TEST_F | ( | EntropyStrategyTest | , |
| ConstantData | |||
| ) |
Definition at line 51 of file chunk_strategies_test.cpp.
| TEST_F | ( | EntropyStrategyTest | , |
| HighEntropyData | |||
| ) |
Definition at line 81 of file chunk_strategies_test.cpp.
References chunk_processing::EntropyStrategy< T >::apply().
| TEST_F | ( | EntropyStrategyTest | , |
| LowEntropyData | |||
| ) |
Definition at line 75 of file chunk_strategies_test.cpp.
References chunk_processing::EntropyStrategy< T >::apply().
| TEST_F | ( | EntropyStrategyTest | , |
| MixedEntropyData | |||
| ) |
Definition at line 87 of file chunk_strategies_test.cpp.
References chunk_processing::EntropyStrategy< T >::apply().
| TEST_F | ( | EntropyStrategyTest | , |
| ZeroThreshold | |||
| ) |
Definition at line 99 of file chunk_strategies_test.cpp.
References chunk_processing::EntropyStrategy< T >::apply().
| TEST_F | ( | VarianceStrategyTest | , |
| BasicOperation | |||
| ) |
Definition at line 32 of file chunk_strategies_test.cpp.
References chunk_processing::VarianceStrategy< T >::apply().
| TEST_F | ( | VarianceStrategyTest | , |
| HighVarianceData | |||
| ) |
Definition at line 63 of file chunk_strategies_test.cpp.
References chunk_processing::VarianceStrategy< T >::apply().
| TEST_F | ( | VarianceStrategyTest | , |
| LowVarianceData | |||
| ) |
Definition at line 57 of file chunk_strategies_test.cpp.
References chunk_processing::VarianceStrategy< T >::apply().
| TEST_F | ( | VarianceStrategyTest | , |
| MixedVarianceData | |||
| ) |
Definition at line 69 of file chunk_strategies_test.cpp.
References chunk_processing::VarianceStrategy< T >::apply().
| TEST_F | ( | VarianceStrategyTest | , |
| SingleElement | |||
| ) |
Definition at line 44 of file chunk_strategies_test.cpp.
| TEST_F | ( | VarianceStrategyTest | , |
| ZeroThreshold | |||
| ) |
Definition at line 93 of file chunk_strategies_test.cpp.
References chunk_processing::VarianceStrategy< T >::apply().