|
| 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} |
| |
Definition at line 24 of file chunk_strategies_test.cpp.
◆ high_entropy_data
| std::vector<double> EntropyStrategyTest::high_entropy_data = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0} |
|
protected |
◆ low_entropy_data
| std::vector<double> EntropyStrategyTest::low_entropy_data = {1.0, 1.0, 1.0, 1.0, 1.0, 1.0} |
|
protected |
◆ mixed_entropy_data
| std::vector<double> EntropyStrategyTest::mixed_entropy_data = {1.0, 1.0, 2.0, 2.0, 3.0, 3.0} |
|
protected |
◆ test_data
| std::vector<double> EntropyStrategyTest::test_data = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0} |
|
protected |
The documentation for this class was generated from the following file: