Commit b4b7ed28 authored by Davis King's avatar Davis King

clarified spec

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404051
parent 2c60e31f
......@@ -71,6 +71,11 @@ namespace dlib
- C.nr() == C.nc() == L.size()
- C(r,c) == the number of times a sample with label L(r) was predicted
to have a label of L(c)
Note that sum(C) might be slightly less than x.size(). This happens if the number of
samples in a class is not an even multiple of folds. This is because each fold has the
same number of test samples in it and so if the number of samples in a class isn't a
multiple of folds then a few are not tested.
!*/
}
......
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