Commit a5310685 authored by Davis King's avatar Davis King

Made spec more clear

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403231
parent 93eda13b
......@@ -28,6 +28,8 @@ namespace dlib
);
/*!
requires
- sample_matrix_type == a matrix or something convertible to a matrix via vector_to_matrix()
- label_matrix_type == a matrix or something convertible to a matrix via vector_to_matrix()
- is_binary_classification_problem(samples, labels) == true
- kc.train(samples(0)) must be a valid expression. This means that
kc must use a kernel type that is capable of operating on the
......
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