updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403776
This commit is contained in:
Davis King 2010-07-24 21:10:59 +00:00
parent f9f6bcf890
commit 8d08f3d508

View File

@ -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;