mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated example
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403776
This commit is contained in:
parent
f9f6bcf890
commit
8d08f3d508
@ -107,8 +107,8 @@ int main()
|
||||
|
||||
|
||||
// From looking at the output of the above loop it turns out that a good value for
|
||||
// gamma for this problem is 0.015. So that is what we will use.
|
||||
trainer.set_kernel(kernel_type(0.015));
|
||||
// gamma for this problem is 0.000625. So that is what we will use.
|
||||
trainer.set_kernel(kernel_type(0.000625));
|
||||
typedef decision_function<kernel_type> dec_funct_type;
|
||||
typedef normalized_function<dec_funct_type> funct_type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user