mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-17 16:35:57 +00:00
Change name to test ValueCutPoint
This commit is contained in:
@@ -158,7 +158,7 @@ namespace mdlp {
|
|||||||
fit(X_, y_);
|
fit(X_, y_);
|
||||||
checkCutPoints(expected);
|
checkCutPoints(expected);
|
||||||
}
|
}
|
||||||
TEST_F(TestFImdlp, CompleteValueCutPoint)
|
TEST_F(TestFImdlp, ValueCutPoint)
|
||||||
{
|
{
|
||||||
// Case titles as stated in the doc
|
// Case titles as stated in the doc
|
||||||
samples_t X1a{ 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0 };
|
samples_t X1a{ 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 4.0 };
|
||||||
|
Reference in New Issue
Block a user