Newer versions of libsvm throw a warning when the dataset number is
smaller than the hardcoded value of 5. There is otherwise no functional
diff.
This commit is contained in:
Anatol Belski
2018-08-13 22:04:04 +02:00
parent 1fb967ed39
commit c198ee88c9

View File

@@ -40,9 +40,9 @@ echo $model->getSvrProbability() > 11 ? "ok\n" : "fail\n";
var_dump($model->checkProbabilityModel());
?>
--EXPECT--
--EXPECTF--
ok
28
28
ok
bool(true)
%Aok
bool(true)