Commit ce6dad5b authored by Davis King's avatar Davis King

clarified spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404046
parent f9aa70c7
...@@ -116,7 +116,7 @@ namespace dlib ...@@ -116,7 +116,7 @@ namespace dlib
requires requires
- is_binary_classification_problem(x,y) == true - is_binary_classification_problem(x,y) == true
- 1 < folds <= x.nr() - 1 < folds <= x.nr()
- trainer_type == some kind of trainer object (e.g. svm_nu_trainer) - trainer_type == some kind of binary classification trainer object (e.g. svm_nu_trainer)
ensures ensures
- performs k-fold cross validation by using the given trainer to solve the - performs k-fold cross validation by using the given trainer to solve the
given binary classification problem for the given number of folds. given binary classification problem for the given number of folds.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment