mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Made specs more clear.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403792
This commit is contained in:
parent
40c33a5d42
commit
a2381db412
@ -110,6 +110,7 @@ namespace dlib
|
||||
expressions such as get_kernel()(basis_samples(0), basis_samples(0)) should make sense.
|
||||
ensures
|
||||
- #basis_loaded() == true
|
||||
- training will be carried out in the span of the given basis_samples
|
||||
!*/
|
||||
|
||||
bool basis_loaded (
|
||||
|
@ -159,6 +159,7 @@ namespace dlib
|
||||
expressions such as get_kernel()(basis_samples(0), basis_samples(0)) should make sense.
|
||||
ensures
|
||||
- #basis_loaded() == true
|
||||
- training will be carried out in the span of the given basis_samples
|
||||
!*/
|
||||
|
||||
bool basis_loaded (
|
||||
|
Loading…
Reference in New Issue
Block a user