Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
EntropyStrategyTest Class Reference
+ Inheritance diagram for EntropyStrategyTest:
+ Collaboration diagram for EntropyStrategyTest:

Protected Attributes

std::vector< double > high_entropy_data = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0}
 
std::vector< double > low_entropy_data = {1.0, 1.0, 1.0, 1.0, 1.0, 1.0}
 
std::vector< double > mixed_entropy_data = {1.0, 1.0, 2.0, 2.0, 3.0, 3.0}
 
std::vector< double > test_data = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0}
 

Detailed Description

Definition at line 24 of file chunk_strategies_test.cpp.

Member Data Documentation

◆ high_entropy_data

std::vector<double> EntropyStrategyTest::high_entropy_data = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0}
protected

Definition at line 28 of file chunk_strategies_test.cpp.

28{1.0, 2.0, 3.0, 4.0, 5.0, 6.0};

◆ low_entropy_data

std::vector<double> EntropyStrategyTest::low_entropy_data = {1.0, 1.0, 1.0, 1.0, 1.0, 1.0}
protected

Definition at line 27 of file chunk_strategies_test.cpp.

27{1.0, 1.0, 1.0, 1.0, 1.0, 1.0};

◆ mixed_entropy_data

std::vector<double> EntropyStrategyTest::mixed_entropy_data = {1.0, 1.0, 2.0, 2.0, 3.0, 3.0}
protected

Definition at line 29 of file chunk_strategies_test.cpp.

29{1.0, 1.0, 2.0, 2.0, 3.0, 3.0};

◆ test_data

std::vector<double> EntropyStrategyTest::test_data = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0}
protected

Definition at line 26 of file chunk_strategies_test.cpp.

26{1.0, 2.0, 3.0, 1.0, 2.0, 3.0};

The documentation for this class was generated from the following file: