|
| std::vector< double > | high_variance_data = {1.0, 10.0, 20.0, 30.0, 40.0, 50.0} |
| |
| std::vector< double > | low_variance_data = {1.0, 1.1, 1.2, 1.3, 1.4, 1.5} |
| |
| std::vector< double > | mixed_variance_data = {1.0, 1.1, 10.0, 10.1, 20.0, 20.1} |
| |
| std::vector< double > | test_data = {1.0, 1.1, 1.2, 5.0, 5.1, 5.2} |
| |
Definition at line 16 of file chunk_strategies_test.cpp.
◆ high_variance_data
| std::vector<double> VarianceStrategyTest::high_variance_data = {1.0, 10.0, 20.0, 30.0, 40.0, 50.0} |
|
protected |
◆ low_variance_data
| std::vector<double> VarianceStrategyTest::low_variance_data = {1.0, 1.1, 1.2, 1.3, 1.4, 1.5} |
|
protected |
◆ mixed_variance_data
| std::vector<double> VarianceStrategyTest::mixed_variance_data = {1.0, 1.1, 10.0, 10.1, 20.0, 20.1} |
|
protected |
◆ test_data
| std::vector<double> VarianceStrategyTest::test_data = {1.0, 1.1, 1.2, 5.0, 5.1, 5.2} |
|
protected |
The documentation for this class was generated from the following file: