updated docs

This commit is contained in:
Davis King 2020-01-09 22:31:09 -05:00
parent fcc7a75cda
commit a53354eb79
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ namespace dlib
- sub.get_output().k() == 1
- sub.get_output().num_samples() == input_tensor.num_samples()
- sub.sample_expansion_factor() == 1
- all values pointed to by truth are +1 or -1.
- all values pointed to by truth are non-zero. Nominally they should be +1 or -1,
each indicating the desired class label.
!*/
};