Commit 8d08f3d5 authored by Davis King's avatar Davis King

updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403776
parent f9f6bcf8
......@@ -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;
......
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