"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c49e9ede4d3b4eb728c489e7bb3f5959f8d3b663"
Commit 8d08f3d5 authored by Davis King's avatar Davis King
Browse files

updated example

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403776
parent f9f6bcf8
...@@ -107,8 +107,8 @@ int main() ...@@ -107,8 +107,8 @@ int main()
// From looking at the output of the above loop it turns out that a good value for // 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. // gamma for this problem is 0.000625. So that is what we will use.
trainer.set_kernel(kernel_type(0.015)); trainer.set_kernel(kernel_type(0.000625));
typedef decision_function<kernel_type> dec_funct_type; typedef decision_function<kernel_type> dec_funct_type;
typedef normalized_function<dec_funct_type> 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